DefaultWebOptions.Fonts Property
Returns the WebPageFonts collection representing the set of fonts Microsoft Excel uses when you open a Web page in Excel and there is either no font information specified in the Web page, or the current default font can't display the character set in the Web page.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Fonts As WebPageFonts
Get
'Usage
Dim instance As DefaultWebOptions
Dim value As WebPageFonts
value = instance.Fonts
WebPageFonts Fonts { get; }
Property Value
Type: Microsoft.Office.Core.WebPageFonts