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 by using the Print option in the Layer Properties dialog box (on the Home tab, in the Editing group, click Layers, and then click Layer Properties).
To get a reference to the Print cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Layers.Print[i] where i = <1>, 2, 3... |
To get a reference to the Print cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionLayer |
Row index: |
visRowLayer + i where i = 0, 1, 2... |
Cell index: |
visDocPreviewScope |