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. |
Remarks
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:
Value | |
---|---|
Cell name: |
NonPrinting |
To get a reference to the NonPrinting cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowMisc |
Cell index: |
visNonPrinting |