Aspose::Cells::Cells::GroupRows method

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

Groups rows.

void Aspose::Cells::Cells::GroupRows(int32_t firstIndex, int32_t lastIndex, bool isHidden)
ParameterTypeDescription
firstIndexint32_tThe first row index to be grouped.
lastIndexint32_tThe last row index to be grouped.
isHiddenboolSpecifies if the grouped rows are hidden.

See Also

Cells::GroupRows(int32_t, int32_t) method

Groups rows.

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

See Also