[]
Gets the OMathElement representing a child cell in the matrix.
public OMathElement Cell(int rowIndex, int columnIndex)
Public Function Cell(rowIndex As Integer, columnIndex As Integer) As OMathElement
Type | Name | Description |
---|---|---|
int | rowIndex | Zero-based matrix row index of the cell. |
int | columnIndex | Zero-based matrix column index of the cell. |
Type | Description |
---|---|
OMathElement | The OMathElement that represent a child cell in the matrix. |