[]
Creates a new object with the AutoSortedColumn event arguments.
public AutoSortedColumnEventArgs(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) that was automatically sorted |
int | column | Index of the column that was used as the key column for the automatic sort |
bool | ascending | Whether the automatic sort was ascending |
bool | showIndicator | Whether the sort indicator was displayed |