ColumnHidden property



Indicates whether the columns in the referenced range are hidden.

Syntax

Set:     Range.setColumnHidden(isHidden)
Get: isHidden = Range.getColumnHidden

Applies to

Range object.

Data type

boolean. The value is true if columns in the range are hidden, and false otherwise.

Usage

If any columns in the range are hidden, getColumnHidden returns true. setColumnHidden hides or displays all the columns in the specified range.

See also
RowHidden property