Spread Windows Forms 10.0 Product Documentation
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GroupColumnUndoAction Class
GroupColumnUndoAction Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.