OMathMatCols 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 matrix columns. Use the OMathMatCol object to access individual members of the collection.
public interface class OMathMatCols : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("EFC71F9C-7F42-4CD4-A7A7-970D7A48CD27")]
public interface OMathMatCols : System.Collections.IEnumerable
type OMathMatCols = interface
interface IEnumerable
Public Interface OMathMatCols
Implements IEnumerable
- Attributes
- Implements
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the OMathMatCols 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 an OMathMatCol object that represents the specified item in the collection. |
Parent |
Returns the parent object of the specified OMathMatCols object. |
Methods
Add(Object) |
Creates an equation column and adds it to a matrix and returns an OMathMatCol object. |
GetEnumerator() |