Freigeben über


WebPageFonts.Item Property

Returns a WebPageFont object from the WebPageFonts collection for a particular value of MsoCharacterSet.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As MsoCharacterSet _
) As WebPageFont
    Get
'Usage
Dim instance As WebPageFonts
Dim Index As MsoCharacterSet
Dim value As WebPageFont

value = instance(Index)
WebPageFont this[
    MsoCharacterSet Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.WebPageFont

See Also

Reference

WebPageFonts Interface

WebPageFonts Members

Microsoft.Office.Core Namespace