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


In This Topic
BottomOffset Property (ExcelShape)
In This Topic
Gets or sets the bottom offset.
Syntax
'Declaration
 
Public Property BottomOffset As Double
 
'Usage
 
Dim instance As ExcelShape
Dim value As Double
 
instance.BottomOffset = value
 
value = instance.BottomOffset

Property Value

The bottom offset.
See Also