Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellsEnumerator Class / CurrentColumnIndex Property


In This Topic
    CurrentColumnIndex Property
    In This Topic
    Gets the index of the current column.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(-1)>
    Public ReadOnly Property CurrentColumnIndex As Integer
    'Usage
     
    Dim instance As CellsEnumerator
    Dim value As Integer
     
    value = instance.CurrentColumnIndex
    [DefaultValue(-1)]
    public int CurrentColumnIndex {get;}

    Property Value

    The index of the current column.
    See Also