[]
Represents a matrix Office Math structure, which consists of one or more elements laid out in one or more rows and one or more columns.
public class OMathMatrix : OMathStruct, IBrowsable<OMathStruct>
Public Class OMathMatrix
Inherits OMathStruct
Implements IBrowsable(Of OMathStruct)
| Name | Description |
|---|---|
| ColumnGap | Gets or sets the horizontal gap between columns in the matrix.
The default value is 0. |
| ColumnGapRule | Gets or sets the type of horizontal gap between columns in the matrix. Default value is Single. |
| ColumnMinWidth | Gets or sets the minimum column width of a matrix. The actual column width of a matrix will be the greater of either the width of the columns widest argument or the value of this property. Allowed values are from 0 to 1584, inclusive. Default value is 0. |
| Columns | Gets the OMathMatrixColumnCollection containing the child columns of the matrix. |
| HidePlaceholder | Gets or sets whether to hide visual representations for placeholders. Default value is false. |
| RowSpacing | Gets or sets the vertical spacing between rows in the matrix.
The default value is 0. |
| RowSpacingRule | Gets or sets the type of vertical spacing between rows in the matrix. Default value is Single. |
| Rows | Gets the OMathMatrixRowCollection containing the child rows of the matrix. |
| StructType | Gets the OMathStructType of the structure. |
| VerticalAlignment | Gets or sets the vertical justification of the matrix. Default value is Center. |
| Name | Description |
|---|---|
| Cell(int, int) | Gets the OMathElement representing a child cell in the matrix. |