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


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

    Property Value

    The column index of the cell being left.
    See Also