Font.ColorIndexBi Property

Word Developer Reference

Returns or sets the color for the specified Font object in a right-to-left language document. Read/write WdColorIndex.

Syntax

expression.ColorIndexBi

expression   Required. A variable that represents a Font object.

Remarks

The wdByAuthor constant is not valid for Font objects.

Example

This example sets the color of the Font object to teal.

Visual Basic for Applications
  Selection.Font.ColorIndexBi = wdTeal

See Also