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

Determines the bullet style.

Value Bullet style

0

None

1

Solid circle

2

Solid diamond

3

Solid square

4

Box with shadow

5

Diamond with pattern

6

Two-tone arrowhead

7

Check mark

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 CellsU property, use:

Cell name:

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

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
where i = 0, 1, 2, ...

Cell index:

visBulletIndex