Share via


ThemeFonts.Item Method

Gets one of the three language fonts contained in the ThemeFonts collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Item ( _
    Index As MsoFontLanguageIndex _
) As ThemeFont
'Usage
Dim instance As ThemeFonts
Dim Index As MsoFontLanguageIndex
Dim returnValue As ThemeFont

returnValue = instance(Index)
ThemeFont Item(
    MsoFontLanguageIndex Index
)

Parameters

Return Value

Type: Microsoft.Office.Core.ThemeFont
ThemeFont

See Also

Reference

ThemeFonts Interface

ThemeFonts Members

Microsoft.Office.Core Namespace