Cells.GetGroupedRowOutlineLevel

Cells.GetGroupedRowOutlineLevel method

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

public int GetGroupedRowOutlineLevel(int rowIndex)
ParameterTypeDescription
rowIndexInt32The row index.

Return Value

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

Remarks

If the row is not grouped, returns zero.

See Also