[]
Creates a new object with the AutoSortingColumn event arguments.
public AutoSortingColumnEventArgs(SheetView sheetView, int column, bool ascending, bool showIndicator)
Public Sub New(sheetView As SheetView, column As Integer, ascending As Boolean, showIndicator As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet (SheetView object) to be automatically sorted |
int | column | Index of the column to be used as the key for automatic sort |
bool | ascending | Whether the automatic sort is ascending |
bool | showIndicator | Whether to display the sort indicator |
Creates a new object with the AutoSortingColumn event arguments.
public AutoSortingColumnEventArgs(SheetView sheetView, int column, bool ascending, bool showIndicator, bool sortFrozenRows, bool sortTrailingFrozenRows)
Public Sub New(sheetView As SheetView, column As Integer, ascending As Boolean, showIndicator As Boolean, sortFrozenRows As Boolean, sortTrailingFrozenRows As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet (SheetView object) to be automatically sorted |
int | column | Index of the column to be used as the key for automatic sort |
bool | ascending | Whether the automatic sort is ascending |
bool | showIndicator | Whether to display the sort indicator |
bool | sortFrozenRows | Whether frozen rows sort |
bool | sortTrailingFrozenRows | Whether trailing frozen rows sort |