OMathMatRow 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 matrix row. The OMathMatRow is a member of the OMathMatRows collection.
public interface class OMathMatRow
[System.Runtime.InteropServices.Guid("5DAA8BB6-054E-48F6-BEAC-EAAD02BE0CC7")]
public interface OMathMatRow
type OMathMatRow = interface
Public Interface OMathMatRow
- Attributes
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Args |
Returns an OMathArgs object that represents the arguments in a matrix row. 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 of the specified OMathMatRow object. |
RowIndex |
Returns or sets an Integer that represents the ordinal position of a matrix row within the collection of matrix rows. Read/write. |
Methods
Delete() |
Deletes the specified matrix row. |