Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditCellEventArgs Class / Column Property


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

    Property Value

    The column index of the cell.
    See Also