unhide_columns method

unhide_columns(self, column, total_columns, width)

Unhide multiple columns.


def unhide_columns(self, column, total_columns, width):
    ...
ParameterTypeDescription
columnintColumn index.
total_columnsintColumn number
widthfloatColumn width.

Remarks

Only applies the column width to the hidden columns.

See Also