Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Rows Property


In This Topic
Rows Property (SheetView)
In This Topic
Gets a Rows object for the rows in the data area of the sheet.
Syntax
'Declaration
 
Public ReadOnly Property Rows As Rows
 
'Usage
 
Dim instance As SheetView
Dim value As Rows
 
value = instance.Rows
See Also