Share via


LineFormat.InsetPen Property

Gets or sets whether lines are drawn inside the specified shape's boundaries.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property InsetPen As MsoTriState
    Get
    Set
'Usage
Dim instance As LineFormat
Dim value As MsoTriState

value = instance.InsetPen

instance.InsetPen = value
MsoTriState InsetPen { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState
A MsoTriState object.

Remarks

Read/write.

msoTrue (-1) if lines are drawn inside the shape's boundaries; otherwise msoFalse (0).

See Also

Reference

LineFormat Interface

LineFormat Members

Microsoft.Office.Interop.Excel Namespace