Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / EnterCellEventArgs Class / Column Property


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