RowCount Property (SheetView)
Gets or sets the number of rows on this sheet.
public int RowCount {get; set;}
'Declaration
Public Property RowCount As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.RowCount = value
value = instance.RowCount