BulletSize Cell (Paragraph Section)
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 get a reference to the BulletSize cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Para.BulletFontSize[i] |
To get a reference to the BulletSize cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionParagraph |
Row index: |
visRowParagraph + i |
Cell index: |
visBulletFontSize |