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


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