PrintPageOrientation 单元格(“Print Properties”内容)
确定是纵向打印页面还是横向打印页面。
值 | Orientation | 自动常量 |
---|---|---|
0 |
同于打印机 |
visPPOSameAsPrinter |
1 |
Portrait |
visPPOPortrait |
2 |
景观 |
visPPOLandscape |
备注
在文档中插入新页面时,此设置默认为活动页中的 设置。
要从另一个公式或从使用 CellsU 属性的某个程序按名称获取对 PrintPageOrientation 单元格的引用,请使用:
值 | |
---|---|
单元格名称: |
PrintPageOrientation |
要从某个程序按索引获取对 PrintPageOrientation 单元格的引用,请使用带下列参数的 CellsSRC 属性:
值 | |
---|---|
内容索引: |
visSectionObject |
行索引: |
visRowPrintProperties |
单元格索引: |
visPrintPropertiesPageOrientation |