Share via


DoubleStrikethrough Cell (Character Section) [Visio 2003 SDK Documentation]

Determines whether text is formatted as double strikethrough.

Remarks

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

Cell name:

Char.DoubleStrikethrough[i]
where i = <1>, 2, 3...

To reference the DoubleStrikethrough cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionCharacter

Row index:

visRowCharacter + i
where i = 0, 1, 2...

Cell index:

visCharacterDoubleStrikethrough