Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 the Office button, click the Info tab, click Document Properties, and then click Advanced Properties).
To get a reference to the PreviewScope cell by name from another formula, or from a program using the CellsU property, use:
| Label | Value |
|---|---|
| Cell name: |
PreviewScope |
To get a reference to the PreviewScope cell by index from a program, use the CellsSRC property with the following arguments:
| Index | Argument |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowDoc |
| Cell index: |
visDocPreviewScope |