Gets or sets the column count of the Worksheet.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
int ColumnCount { get; set; }
Property ColumnCount As Integer Get Set
property int ColumnCount { int get (); void set (int value); }
abstract ColumnCount : int with get, set