Aspose::Cells::Cells::GetGroupedColumnOutlineLevel method

Cells::GetGroupedColumnOutlineLevel method

Gets the outline level (zero-based) of the column.

int32_t Aspose::Cells::Cells::GetGroupedColumnOutlineLevel(int32_t columnIndex)
ParameterTypeDescription
columnIndexint32_tThe column index

ReturnValue

The outline level of the column

Remarks

If the column is not grouped, returns zero.

See Also