PreviewScope Cell (Document Properties Section)
Office 2007
Determines whether your drawing includes a preview. If your drawing does include a preview, it determines whether the preview shows the first page only or all of the pages in the drawing.
| Value | Preview scope | Automation constant |
|---|---|---|
|
0 |
First page |
visDocPreviewScope1stPage |
|
1 |
None |
visDocPreviewScopeNone |
|
2 |
All pages |
visDocPreviewScopeAllPages |
Remarks
You can also set this value on the Summary tab in the Properties dialog box (click Properties on the File menu).
To get a reference to the PreviewScope cell by name from another formula, or from a program using the CellsU property, use:
|
Cell name: |
PreviewScope |
To get a reference to the PreviewScope cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionObj |
|
Row index: |
visRowDoc |
|
Cell index: |
visDocPreviewScope |