OMathMatRows.Add Method
Word Developer Reference |
Creates an equation row and adds it to a matrix and returns an OMathMatRow object.
Version Information
Version Added: Word 2007
Syntax
expression.Add(BeforeRow)
expression An expression that returns a OMathMatRows object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
BeforeRow | Optional | Variant | An existing row in the matrix before which to place the new row. |
Return Value
OMathMatRow
See Also