OMathRecognizedFunctions Interface

Definition

Represents a collection of recognized functions. Use the OMathRecognizedFunction object to access individual members of the collection.

public interface class OMathRecognizedFunctions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("44FEE887-6600-41AB-95A5-DE33C605116C")]
public interface OMathRecognizedFunctions : System.Collections.IEnumerable
type OMathRecognizedFunctions = interface
    interface IEnumerable
Public Interface OMathRecognizedFunctions
Implements IEnumerable
Attributes
Implements

Remarks

OMathRecognizedFunctions is a collection of the names that are contained in the Recognized Functions dialog box.

Properties

Application

Returns an _Application object that represents the Microsoft Word application.

Count

Returns the number of items in the OMathRecognizedFunctions collection. Read-only.

Creator

Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only.

Item[Object]

Returns an OMathRecognizedFunction object that represents the specified item in the collection.

Parent

Returns the parent of the specified OMathRecognizedFunctions object.

Methods

Add(String)

Creates a new recognized function and returns an OMathRecognizedFunction object.

GetEnumerator()

Applies to