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


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

    Property Value

    The column index of the clicked cell.
    See Also