_Application.DefaultWebOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Interop::Excel::DefaultWebOptions ^ DefaultWebOptions { Microsoft::Office::Interop::Excel::DefaultWebOptions ^ get(); };
public Microsoft.Office.Interop.Excel.DefaultWebOptions DefaultWebOptions { get; }
Public ReadOnly Property DefaultWebOptions As DefaultWebOptions