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] |
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 |