DoubleStrikethrough Cell (Character Section)
Office 2010
Determines whether text is formatted as double strikethrough.
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]
|
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 |
Cell index: | visCharacterDoubleStrikethrough |
Show: