BulletSize Cell (Paragraph Section) [Visio 2003 SDK Documentation]

Specifies the size of a bullet.

Remarks

This value can be specified for either predefined or custom bullets, as either a percentage or a specific value.

If the value is zero (0), the bullet is the same font size as that of the first character in the paragraph. If the value is a percentage, the bullet is sized as a percentage of the font size of the first character in the paragraph. Negative numbers are treated as percentages.

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

Cell name:

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

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

visBulletFontSize