Print cell (Layers section)
Specifies whether shapes belonging to the layer can be printed.
Value |
Description |
TRUE |
Shapes can be printed. |
FALSE |
Shapes cannot be printed. |
Remarks
You can also set this value using the Print option in the Layer Properties dialog box (click Layer Properties on the View menu).
To reference the Print cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Layers.Print[i] |
To reference the Print cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionLayer |
Row index: |
visRowLayer + i |
Cell index: |
visDocPreviewScope |