DoubleStrikethrough Cell (Character Section)

Determines whether text is formatted as double strikethrough.

Remarks

To get a reference to 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 get a reference to 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