RowCount Property
RowCount
Gets or sets the number of rows in this SheetInfo.
Declaration
public int? RowCount { get; set; }
Public Property RowCount As Integer?
Property Value
Type |
Description |
int? |
An integer value represents the number of rows in this SheetInfo.
|