[]
Creates a new object with the Sorted event arguments.
public SortedEventArgs(SheetView sheetView, int row, int column, int rowCount, int columnCount, SortArgs[] sortInfo, SortingMode sortingMode, bool byRows)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, sortInfo As SortArgs(), sortingMode As SortingMode, byRows As Boolean)
| Type | Name | Description |
|---|---|---|
| SheetView | sheetView | Sheet (SheetView object) to be sorted |
| int | row | Index of the starting row of the block of cells to sort |
| int | column | Index of the starting column of the block of cells to sort |
| int | rowCount | Number of rows in the block of cells |
| int | columnCount | Number of columns in the block of cells |
| SortArgs[] | sortInfo | Array of SortArgs objects that contain sort criteria and information about how to perform the sort. |
| SortingMode | sortingMode | The SortingMode setting that specifies sorting behavior |
| bool | byRows | Whether to sort by rows (or columns) |