CenterX Cell (Print Properties Section)
Determines whether the drawing page is centered horizontally on the printer page.
Value |
Description |
---|---|
TRUE |
Center the drawing page horizontally on the printer page. |
FALSE |
Do not center the drawing page horizontally on the printer page (the default). |
Remarks
By default, drawing pages are justified to the top and left of the printer page. Setting the CenterX and CenterY cells to TRUE places the drawing page in the center of the printer page (or pages when tiling is necessary).
To get a reference to the CenterX cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
CenterX |
To get a reference to the CenterX cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowPrintProperties |
Cell index: |
visPrintPropertiesCenterX |