Worksheet.UngroupRows

UngroupRows(int, int)

Ungroups rows.

public void UngroupRows(int firstRow, int lastRow)
ParameterTypeDescription
firstRowInt32The first row index to be ungrouped.
lastRowInt32The last row index to be ungrouped.

See Also


UngroupRows(int, int, bool)

Ungroups rows.

public void UngroupRows(int firstRow, int lastRow, bool addToUndo)
ParameterTypeDescription
firstRowInt32The first row index to be ungrouped.
lastRowInt32The last row index to be ungrouped.
addToUndoBooleanSpecifies if this operation will be added into undo manager. And the GridDesktop’s EnableUndo property must be set to true.

See Also