Spread Silverlight Documentation
ColumnIndex Property (CalcSheetRangeIdentity)


GrapeCity.CalcEngine Namespace > CalcSheetRangeIdentity Class : ColumnIndex Property
Gets the column index of the first cell in the range.
Syntax
'Declaration
 
Public ReadOnly Property ColumnIndex As System.Integer
'Usage
 
Dim instance As CalcSheetRangeIdentity
Dim value As System.Integer
 
value = instance.ColumnIndex
public System.int ColumnIndex {get;}

Property Value

An System.Int32 value represents the column index of the first cell in the range.
See Also

Reference

CalcSheetRangeIdentity Class
CalcSheetRangeIdentity Members