PrintHidden property

True means that the range is hidden on printouts. This property only takes effect after calling the Protect method of theSheet class, when the current sheet is not modifiable from UI.

Defined in

Range

Data type

boolean

Syntax

public boolean isPrintHidden()
public void setPrintHidden(boolean hidden)

See examples

Example: PrintHidden property