get_grouped_column_outline_level method

get_grouped_column_outline_level

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

Returns

The outline level of the column

def get_grouped_column_outline_level(self, column_index):
    ...
ParameterTypeDescription
column_indexintThe column index

Remarks

If the column is not grouped, returns zero.

See Also