Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / CellEditExtent Class / ColumnIndex Property


In This Topic
    ColumnIndex Property (CellEditExtent)
    In This Topic
    Gets the edit cell column index.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnIndex As Integer
    'Usage
     
    Dim instance As CellEditExtent
    Dim value As Integer
     
    value = instance.ColumnIndex
    public int ColumnIndex {get;}
    See Also