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


In This Topic
Path Property (ExcelShape)
In This Topic
Gets or sets the geo path of the shape.
Syntax
'Declaration
 
Public Property Path As MsoShapePath
 
'Usage
 
Dim instance As ExcelShape
Dim value As MsoShapePath
 
instance.Path = value
 
value = instance.Path
See Also