Gets or sets the number of rows in the sheet.
Syntax
'Declaration
Public Overridable Property RowCount As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.RowCount = value
value = instance.RowCount
public virtual int RowCount {get; set;}
See Also