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


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

Property Value

The top row.
See Also