Angle Cell (Shape Transform Section)
Office 2010
Represents the shape's current angle of rotation in relation to its parent. The default formula for determining the rotation angle of a 1-D shape is: =ATAN2(EndY-BeginY,EndX-BeginX).
To get a reference to the Angle cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | Angle |
To get a reference to the Angle cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowXFormOut |
Cell index: | visXFormAngle |
Show: