Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
Determines the output format for a drawing. Drawing pages are usually formatted for printing (default); however, you can choose other output formats.
| Value | Output format |
|---|---|
| 0 |
Printing (default) |
| 1 |
PowerPoint slide show |
| 2 |
HTML or GIF output |
Remarks
To get a reference to the OutputFormat cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
OutputFormat |
To get a reference to the OutputFormat cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowDoc |
| Cell index: |
visDocOutputFormat |