Workbook.WebOptions Property

Definition

Gets the WebOptions collection, which contains workbook-level attributes used by Microsoft Office Excel when you save a document as a Web page or open a Web page.

public:
 property Microsoft::Office::Interop::Excel::WebOptions ^ WebOptions { Microsoft::Office::Interop::Excel::WebOptions ^ get(); };
public Microsoft.Office.Interop.Excel.WebOptions WebOptions { get; }
member this.WebOptions : Microsoft.Office.Interop.Excel.WebOptions
Public ReadOnly Property WebOptions As WebOptions

Property Value

The WebOptions collection, which contains workbook-level attributes used by Excel when you save a document as a Web page or open a Web page.

Applies to