GrapeCity.Xaml.CalcEngine
ColumnIndex Property (CalcCellIdentity)


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

Property Value

An System.Int32 value represents the column index of the current cell.
See Also

Reference

CalcCellIdentity Class
CalcCellIdentity Members