GridCells.GroupRows

GridCells.GroupRows method

Groups rows.

public void GroupRows(int firstIndex, int lastIndex)
ParameterTypeDescription
firstIndexInt32The first row index to be grouped.
lastIndexInt32The last row index to be grouped.

See Also