DoubleULine Cell (Character Section)
Determines whether the range of text has a double underline below it.
Value |
Description |
---|---|
TRUE |
Text has a double underline below it. |
FALSE |
Text does not have a double underline below it. |
Remarks
The DoubleULine cell contains formatting information applied to a sub-range of a shape's text if the Characters section contains multiple rows. Otherwise, it contains formatting information for all of the shape's text.
You can also set the value of this cell by using the Text dialog box (click the Font arrow on the Home tab).
To get a reference to the DoubleULine cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Char.DblUnderline[i] |
To get a reference to the DoubleULine cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionCharacter |
Row index: |
visRowCharacter + i |
Cell index: |
visCharacterDblUnderline |