Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / GraphicsSegmentInfo Property


In This Topic
GraphicsSegmentInfo Property
In This Topic
Gets or sets the graphics segment info.
Syntax
'Declaration
 
Public Property GraphicsSegmentInfo As MsoPathEscapeInfo()
 
'Usage
 
Dim instance As ExcelShape
Dim value() As MsoPathEscapeInfo
 
instance.GraphicsSegmentInfo = value
 
value = instance.GraphicsSegmentInfo
See Also