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


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

    Property Value

    The column of the button that is clicked in the GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control.
    See Also