Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / GroupClickUndoAction Class / column Field


In This Topic
    column Field (GroupClickUndoAction)
    In This Topic
    Specifies the index of the column clicked in the grouping bar.
    Syntax
    'Declaration
     
    
    Protected column As Integer
    'Usage
     
    
    Dim instance As GroupClickUndoAction
    Dim value As Integer
     
    value = instance.column
     
    instance.column = value
    protected int column
    See Also