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
public int RowCount {get; set;}
See Also