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 get a reference to the Size cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Char.Size[i]
where i = <1>, 2, 3...

To get a reference to the Size cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionCharacter

Row index:

visRowCharacter + i
where i = 0, 1, 2...

Cell index:

visCharacterSize