Size cell (Character section)
Determines the size of the text in the shape's text block.
Remarks
The text's size is independent of the scale of the drawing. If the drawing is scaled, the text size remains the same.
To reference the Size cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Char.Size[i] |
To reference the Size cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionCharacter |
Row index: |
visRowCharacter + i |
Cell index: |
visCharacterSize |