XRulerOrigin Cell (Ruler & Grid Section)
Office 2010
Specifies the zero point on the x-axis ruler for the page.
This cell corresponds to the horizontal Ruler zero option in the Ruler & Grid dialog box (on the View tab, click the Show arrow).
To get a reference to the XRulerOrigin cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | XRulerOrigin |
To get a reference to the XRulerOrigin cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowRulerGrid |
Cell index: | visXRulerOrigin |
Show: