Spread Silverlight Documentation
ColumnIndex Property (CalcExternalCellIdentity)


GrapeCity.CalcEngine Namespace > CalcExternalCellIdentity Class : ColumnIndex Property
Gets the column index of the current cell.
Syntax
'Declaration
 
Public ReadOnly Property ColumnIndex As System.Integer
'Usage
 
Dim instance As CalcExternalCellIdentity
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 current cell.
See Also

Reference

CalcExternalCellIdentity Class
CalcExternalCellIdentity Members