Font cell (Character section)

Microsoft Office ShapeSheet

Font cell (Character section)

See also       Rows

Represents the number of the font used to format the text. Font numbers vary according to the fonts installed on your system. The number 0 represents the default font, which is typically Arial.

Remarks

To reference the Font cell by name from another formula, or from a program using the Cells property, use:

Cell name:

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

To reference the Font 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:

visCharacterFont