Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.45 KB

centerx-cell-print-properties-section.md

File metadata and controls

44 lines (30 loc) · 1.45 KB
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
CenterX Cell (Print Properties Section)
lindalu
03/09/2015
Developer
reference
vis_sdr.chm60030
medium
890e2537-66a5-2863-c78d-320b42565ea7
Determines whether the drawing page is centered horizontally on the printer page.

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:

Value
Cell name:
CenterX

To get a reference to the CenterX cell by index from a program, use the CellsSRC property with the following arguments:

Value
Section index:
visSectionObject
Row index:
visRowPrintProperties
Cell index:
visPrintPropertiesCenterX