Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / AutoSortColumnUndoAction Class / AutoSortColumnUndoAction Constructor
Sheet
Index of column being automatically sorted


In This Topic
AutoSortColumnUndoAction Constructor
In This Topic
Creates a new undo action for automatic sorting of rows.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal column As Integer _
)
 
'Usage
 
Dim sheetView As SheetView
Dim column As Integer
 
Dim instance As New AutoSortColumnUndoAction(sheetView, column)

Parameters

sheetView
Sheet
column
Index of column being automatically sorted
See Also