WebPageFonts.Item[MsoCharacterSet] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a WebPageFont object from the WebPageFonts collection for a particular value of MsoCharacterSet.
public:
property Microsoft::Office::Core::WebPageFont ^ default[Microsoft::Office::Core::MsoCharacterSet] { Microsoft::Office::Core::WebPageFont ^ get(Microsoft::Office::Core::MsoCharacterSet Index); };
public Microsoft.Office.Core.WebPageFont this[Microsoft.Office.Core.MsoCharacterSet Index] { get; }
member this.Item(Microsoft.Office.Core.MsoCharacterSet) : Microsoft.Office.Core.WebPageFont
Default Public ReadOnly Property Item(Index As MsoCharacterSet) As WebPageFont
Parameters
- Index
- MsoCharacterSet
Required MsoCharacterSet. The specified character set.