OMathMat.Cell Property
Word Developer Reference |
Returns an OMath object that represents a cell in a matrix. Read-only.
Version Information
Version Added: Word 2007
Syntax
expression.Cell(Row, Col)
expression An expression that returns an OMathMat object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Row | Required | Long | The matrix row in which the cell is located. |
Col | Required | Long | The matrix column in which the cell is located. |
See Also