Aspose::Cells::Cells::GetGroupedRowOutlineLevel method

Cells::GetGroupedRowOutlineLevel method

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

int32_t Aspose::Cells::Cells::GetGroupedRowOutlineLevel(int32_t rowIndex)
ParameterTypeDescription
rowIndexint32_tThe row index.

ReturnValue

The outline level (zero-based) of the row.

Remarks

If the row is not grouped, returns zero.

See Also