Spread Windows Forms 12.0 Product Documentation
GroupColumnUndoAction Constructor(SheetView,Int32,Boolean)


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
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

Reference

GroupColumnUndoAction Class
GroupColumnUndoAction Members
Overload List