Spread Windows Forms 12.0 Product Documentation
ColumnCount Property (IColumnFooter)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IColumnFooter Interface : ColumnCount Property
Gets the column count of the column footer.
Syntax
'Declaration
 
ReadOnly Property ColumnCount As Integer
'Usage
 
Dim instance As IColumnFooter
Dim value As Integer
 
value = instance.ColumnCount
int ColumnCount {get;}

Property Value

An integer value represents the column count of the column footer.
See Also

Reference

IColumnFooter Interface
IColumnFooter Members