BeginX cell (1-D Endpoints section)
Office XP
BeginX cell (1-D Endpoints section)
See also http://msdn.microsoft.com/en-us/library/aa200656(v=office.10) Section Rows
Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
Remarks
To reference the BeginX cell by name from another formula, or from a program using the http://msdn.microsoft.com/en-us/library/aa141912(v=office.10) Cells property, use:
| Cell name: | BeginX |
To reference the BeginX cell by index from a program, use the http://msdn.microsoft.com/en-us/library/aa141916(v=office.10) CellsSRC property with the following arguments:
| Section index: | visSectionObject |
| Row index: | visRowXForm1D |
| Cell index: | vis1DbeginX |