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


In This Topic
BottomInPixel Property
In This Topic
Gets or sets the bottom in pixel.
Syntax
'Declaration
 
Public Property BottomInPixel As Single
 
'Usage
 
Dim instance As ExcelShape
Dim value As Single
 
instance.BottomInPixel = value
 
value = instance.BottomInPixel

Property Value

The bottom in pixel.
See Also