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


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