DefaultWebOptions Interface

Contains global application-level attributes used by Microsoft Excel when 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
<GuidAttribute("00024448-0000-0000-C000-000000000046")> _
Public Interface DefaultWebOptions
'Usage
Dim instance As DefaultWebOptions
[GuidAttribute("00024448-0000-0000-C000-000000000046")]
public interface DefaultWebOptions

Remarks

You can return or set attributes either at the application (global) level or at the workbook level. (Note that attribute values can be different from one workbook to another, depending on the attribute value at the time the workbook was saved.) Workbook-level attribute settings override application-level attribute settings. Workbook-level attributes are contained in the WebOptions object.

Use the DefaultWebOptions property to return the DefaultWebOptions object.

See Also

Reference

DefaultWebOptions Members

Microsoft.Office.Interop.Excel Namespace