RowHidden property
Indicates whether the rows in the referenced range are hidden.
Syntax
Set: Range.setRowHidden(isHidden)
Get: isHidden = Range.getRowHidden
Applies to
Range object.
Data type
boolean. The value is true if rows in the range are hidden, and false otherwise.
Usage
If any rows in the range are hidden, getRowHidden returns true. setRowHidden hides or displays all the rows in the specified range.
See also
ColumnHidden property