Syntax

expression.Item(Index)

expression Required. A variable that represents a object.

Parameters

Name Required/Optional Data Type Description
Index Required MsoCharacterSet The specified character set.

Example

The following example uses the Item property to set "myFont" to the WebPageFont object for the English/Western European/Other Latin Script character set in the active application.

Visual Basic for Applications
Dim myFont As WebPageFont Set myFont = _ Application.DefaultWebOptions.Fonts. _ Item(msoCharacterSetEnglishWesternEuropeanOtherLatinScript)

See also: