Spread Windows Forms 12.0 Product Documentation
ColumnCount Property (IWorksheet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : ColumnCount Property
Gets or sets the number of columns in this IWorksheet.
Syntax
'Declaration
 
Property ColumnCount As Integer
'Usage
 
Dim instance As IWorksheet
Dim value As Integer
 
instance.ColumnCount = value
 
value = instance.ColumnCount
int ColumnCount {get; set;}

Property Value

An integer value represents the number of columns in this IWorksheet.
See Also

Reference

IWorksheet Interface
IWorksheet Members