GridCells.UngroupRows

GridCells.UngroupRows method

Ungroups rows.

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

Remarks

Only removes outter group info.

See Also