Bullet cell (Paragraph section)
Determines the bullet style.
|
Value |
Bullet style |
|
0 |
None |
|
1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
Remarks
You can also set the value of this cell by selecting a shape, clicking Text on the Format menu, and then clicking the Bullets tab.
To reference the Bullet cell by name from another formula, or from a program using the Cells property, use:
|
Cell name: |
Para.Bullet[i] |
To reference the Bullet cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionParagraph |
|
Row index: |
visRowParagraph + i |
|
Cell index: |
visBulletIndex |





