OMathMatRows Interface

Definition

Represents a collection of matrix rows. Use the OMathMatRow object to access individual membes of the collection.

public interface class OMathMatRows : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("1B426348-607D-433C-9216-C5D2BF0EF31F")]
public interface OMathMatRows : System.Collections.IEnumerable
type OMathMatRows = interface
    interface IEnumerable
Public Interface OMathMatRows
Implements IEnumerable
Attributes
Implements

Properties

Application

Returns an _Application object that represents the Microsoft Word application.

Count

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

Creator

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

Item[Int32]

Returns a OMathMatRow object that represents the specified item in the collection.

Parent

Returns the parent of the specified OMathMatRows object.

Methods

Add(Object)

Creates an equation row and adds it to a matrix and returns a OMathMatRow object.

GetEnumerator()

Applies to