Spread Silverlight Documentation
CurrentColumnIndex Property


GrapeCity.Windows.SpreadSheet.Data Namespace > CellsEnumerator Class : CurrentColumnIndex Property
Gets the index of the current column.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public ReadOnly Property CurrentColumnIndex As System.Integer
'Usage
 
Dim instance As CellsEnumerator
Dim value As System.Integer
 
value = instance.CurrentColumnIndex
[System.ComponentModel.DefaultValue()]
public System.int CurrentColumnIndex {get;}

Property Value

The index of the current column.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members