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