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


In This Topic
GeoRight Property
In This Topic
Gets or sets the geo right of the shape.
Syntax
'Declaration
 
Public Property GeoRight As Integer
 
'Usage
 
Dim instance As ExcelShape
Dim value As Integer
 
instance.GeoRight = value
 
value = instance.GeoRight
See Also