Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoPathEscapeInfo Class / pathType Property


In This Topic
pathType Property
In This Topic
An MSOPATHTYPE enumeration value that specifies how the path is to be drawn. If this field does not contain an escape value this record is treated as an MSOPATHINFO record.
Syntax
'Declaration
 
Public Property pathType As MsoPathType
 
'Usage
 
Dim instance As MsoPathEscapeInfo
Dim value As MsoPathType
 
instance.pathType = value
 
value = instance.pathType
See Also