GrapeCity.Xaml.Excel
ColumnCount Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : ColumnCount Property
Gets or sets the column count of the sheet.
Syntax
'Declaration
 
Property ColumnCount As Integer
'Usage
 
Dim instance As IExcelWorksheet
Dim value As Integer
 
instance.ColumnCount = value
 
value = instance.ColumnCount
int ColumnCount {get; set;}

Property Value

The column count of the sheet.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members