OMathMatCol Members
Include Protected Members
Include Inherited Members
Represents a matrix column. The OMathMatCol object is a member of the OMathMatCols collection.
The OMathMatCol type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified matrix column. |
Top
Properties
Name | Description | |
---|---|---|
Align | Returns or sets a WdOMathHorizAlignType constant that represents the horizontal alignment for arguments in a matrix column. Read/write. | |
Application | Returns an _Application object that represents the Microsoft Word application. | |
Args | Returns a OMathArgs object that represents the arguments in a matrix column. Read-only. | |
ColIndex | Returns an Integer that represents the ordinal position of a column within the collection of columns in a matrix. 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 OMathMatCol object. |
Top