Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / GroupColumnUndoAction Class / GroupColumnUndoAction Constructor / GroupColumnUndoAction Constructor(SheetView,Int32,Boolean)
SheetView
The column index
Whether to append


In This Topic
    GroupColumnUndoAction Constructor(SheetView,Int32,Boolean)
    In This Topic
    Creates a new undo action for drag-drop of a column to the grouping bar.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView, _
       ByVal column As Integer, _
       ByVal append As Boolean _
    )
    'Usage
     
    
    Dim sheetView As SheetView
    Dim column As Integer
    Dim append As Boolean
     
    Dim instance As New GroupColumnUndoAction(sheetView, column, append)
    public GroupColumnUndoAction( 
       SheetView sheetView,
       int column,
       bool append
    )

    Parameters

    sheetView
    SheetView
    column
    The column index
    append
    Whether to append
    See Also