OMaths Interface

A collection of equations. Use the OMaths object to access individual members of the collection.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("873E774B-926A-4CB1-878D-635A45187595")> _
Public Interface OMaths _
    Inherits IEnumerable
'Usage
Dim instance As OMaths
[GuidAttribute("873E774B-926A-4CB1-878D-635A45187595")]
public interface OMaths : IEnumerable

Remarks

Use the Add(Range)method to create an equation and add it to a document, selection, or range. The following example creates an equation and uses the BuildUp() method of the OMaths collection to convert the equation to professional format.

See Also

Reference

OMaths Members

Microsoft.Office.Interop.Word Namespace