OMaths Members
Include Protected Members
Include Inherited Members
A collection of equations. Use the OMaths object to access individual members of the collection.
The OMaths type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Creates an equation, from the text equation contained within the specified range, and returns a Range object that contains the new equation. | |
BuildUp | Converts all equations in the collection to professional format. | |
GetEnumerator | (Inherited from IEnumerable.) | |
Linearize | Converts all equations in the collection to linear format. . |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns an _Application object that represents the Microsoft Word application. | |
Count | Returns the number of items in the OMaths collection. Read-only Integer. | |
Creator | Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Integer. | |
Item | Returns an OMath object that represents the specified item in the collection. | |
Parent | Returns an Object that represents the parent object of the specified OMaths object. |
Top