_Application.DefaultWebOptions Property
Returns the DefaultWebOptions object that contains global application-level attributes used by Microsoft Excel whenever you save a document as a Web page or open a Web page.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property DefaultWebOptions As DefaultWebOptions
Get
'Usage
Dim instance As _Application
Dim value As DefaultWebOptions
value = instance.DefaultWebOptions
DefaultWebOptions DefaultWebOptions { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.DefaultWebOptions