Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / LeaveCellEventArgs Class / NewColumn Property


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