Cells.GetGroupedColumnOutlineLevel

Cells.GetGroupedColumnOutlineLevel method

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

public int GetGroupedColumnOutlineLevel(int columnIndex)
ParameterTypeDescription
columnIndexInt32The column index

Return Value

The outline level of the column

Remarks

If the column is not grouped, returns zero.

See Also