GrapeCity.Xaml.SpreadSheet.Data
CurrentColumnIndex Property


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

Property Value

The index of the current column.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members