Cells.UnhideColumns

Cells.UnhideColumns method

Unhide multiple columns.

public void UnhideColumns(int column, int totalColumns, double width)
ParameterTypeDescription
columnInt32Column index.
totalColumnsInt32Column number
widthDoubleColumn width.

Remarks

Only applies the column width to the hidden columns.

See Also