Document.OMaths Property

Definition

Gets the collection of OMath objects in the document.

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

Property Value

An OMaths collection that contains the OMath objects in the document.

Applies to