Spread Silverlight Documentation
ColumnCount Property (IExcelWorksheet)


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

Property Value

The column count of the sheet.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members