Aspose::Cells::Cells::GroupColumns method

Cells::GroupColumns(int32_t, int32_t) method

Groups columns.

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

See Also

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

Groups columns.

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

See Also