FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RowCount Property


In This Topic
RowCount Property (SheetView)
In This Topic
Gets or sets the number of rows on this sheet.
Syntax
'Declaration
 
Public Property RowCount As Integer
 
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
See Also