Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / BottomRow Property


In This Topic
BottomRow Property (ExcelPictShape)
In This Topic
Gets or sets the bottom row.
Syntax
'Declaration
 
Public Property BottomRow As Integer
 
'Usage
 
Dim instance As ExcelPictShape
Dim value As Integer
 
instance.BottomRow = value
 
value = instance.BottomRow

Property Value

The bottom row.
See Also