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


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