'Declaration Public Function Cell( _ ByVal rowIndex As System.Integer, _ ByVal columnIndex As System.Integer _ ) As OMathElement
public OMathElement Cell( System.int rowIndex, System.int columnIndex )
Parameters
- rowIndex
- Zero-based matrix row index of the cell.
- columnIndex
- Zero-based matrix column index of the cell.
Return Value
The OMathElement that represent a child cell in the matrix.