GridCells.SortAsNumber

GridCells.SortAsNumber method

Sorts the data of the area (the key column data shall be number).

public void SortAsNumber(int startRow, int startColumn, int rows, int columns, int[] indexes, 
    SortOrder[] orders, SortOrientation orientation)
ParameterDescription
cellsThe cells contains the data area.
startRowThe start row of the area.
startColumnThe start column of the area.
rowsthe total rows.
columnsThe total columns.
indexesThe sorted column index array
ordersThe sorted order array
orientationthe sorting orientation:from left to right or from top to bottom.

See Also