_Global.Options 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 an Options object that represents application settings in Microsoft Word.
public:
property Microsoft::Office::Interop::Word::Options ^ Options { Microsoft::Office::Interop::Word::Options ^ get(); };
public Microsoft.Office.Interop.Word.Options Options { get; }
member this.Options : Microsoft.Office.Interop.Word.Options
Public ReadOnly Property Options As Options