Cells.UngroupRows

UngroupRows(int, int, bool)

Ungroups rows.

public void UngroupRows(int firstIndex, int lastIndex, bool isAll)
ParameterTypeDescription
firstIndexInt32The first row index to be ungrouped.
lastIndexInt32The last row index to be ungrouped.
isAllBooleanTrue, removes all grouped info.Otherwise, remove the outer group info.

See Also


UngroupRows(int, int)

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 outer group info.

See Also