OMathArgs Interface
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.
Represents a collection of arguments.
public interface class OMathArgs
[System.Runtime.InteropServices.Guid("8245795B-9AED-4943-A16D-E586ED8180D1")]
public interface OMathArgs
type OMathArgs = interface
Public Interface OMathArgs
- Attributes
Properties
Application |
Returns an object that represents the Microsoft Word application. |
Count |
Returns the number of items in the OMathArgs collection. Read-only. |
Creator |
Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. |
Parent |
Returns the parent object of the specified OMathArgs object. |
Methods
Add(Object) |
Inserts an argument into an equation with variable number of arguments (OMathDelim and OMathEqArray objects) |
Item(Int32) |
Returns a OMath object that represents the specified item in the collection. |