DoubleULine cell (Character section)

Microsoft Office ShapeSheet

DoubleULine cell (Character section)

See also       Rows

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 Text on the Format menu).

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

Cell name:

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

To reference the DoubleULine 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:

visCharacterDblUnderline