NonPrinting Cell (Miscellaneous Section)
Switches printing on and off for the selected shape.
Value | Description |
|---|---|
TRUE | Printing disabled, but the shape will be displayed in the drawing window. |
FALSE | Printing enabled. |
You can print a guide by selecting it, and then setting the value of its NonPrinting cell to FALSE.
To get a reference to the NonPrinting cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | NonPrinting |
To get a reference to the NonPrinting cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowMisc |
Cell index: | visNonPrinting |