Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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:
| Value | |
|---|---|
| Cell name: |
Para.BulletFontSize[ i ] where i = <1>, 2, 3... |
To get a reference to the BulletSize cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionParagraph |
| Row index: |
visRowParagraph + i where i = 0, 1, 2... |
| Cell index: |
visBulletFontSize |