Spread Windows Forms 12.0 Product Documentation
ColumnCount Property (IReferenceSource)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IReferenceSource Interface : ColumnCount Property
Gets the number of columns in this IReferenceSource.
Syntax
'Declaration
 
ReadOnly Property ColumnCount As Integer
'Usage
 
Dim instance As IReferenceSource
Dim value As Integer
 
value = instance.ColumnCount
int ColumnCount {get;}

Property Value

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

Reference

IReferenceSource Interface
IReferenceSource Members