WebOptions Interface

Contains workbook-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("00024449-0000-0000-C000-000000000046")> _
Public Interface WebOptions
'Usage
Dim instance As WebOptions
[GuidAttribute("00024449-0000-0000-C000-000000000046")]
public interface WebOptions

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. Application-level attributes are contained in the DefaultWebOptions object.

Use the WebOptions property to return the WebOptions object.

See Also

Reference

WebOptions Members

Microsoft.Office.Interop.Excel Namespace