BulletFont Cell (Paragraph Section)

Represents the number of the font used to format the text when a custom bullet string is specified and the value in the Bullet cell is non-zero.

Remarks

Font numbers vary according to the fonts installed on your system. If the value is 0 and there is a custom bullet string, the font used is the same as the font of the first character of the paragraph.

To get a reference to the BulletFont cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Para.BulletFont[i]
where i = <1>, 2, 3...

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

Section index:

visSectionParagraph

Row index:

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

Cell index:

visBulletFont