Height Cell (Shape Transform Section)
Office 2010
Determines the height of the shape in drawing units.
To get a reference to the Height cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | Height |
To get a reference to the Height cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowXFormOut |
Cell index: | visXFormHeight |
Show: