Aspose::Cells::Cells::UngroupRows method

Cells::UngroupRows(int32_t, int32_t, bool) method

Ungroups rows.

void Aspose::Cells::Cells::UngroupRows(int32_t firstIndex, int32_t lastIndex, bool isAll)
ParameterTypeDescription
firstIndexint32_tThe first row index to be ungrouped.
lastIndexint32_tThe last row index to be ungrouped.
isAllboolTrue, removes all grouped info.Otherwise, remove the outer group info.

See Also

Cells::UngroupRows(int32_t, int32_t) method

Ungroups rows.

void Aspose::Cells::Cells::UngroupRows(int32_t firstIndex, int32_t lastIndex)
ParameterTypeDescription
firstIndexint32_tThe first row index to be ungrouped.
lastIndexint32_tThe last row index to be ungrouped.

Remarks

Only removes outer group info.

See Also