[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrix.Cell

Cell Method

Cell(int, int)

Gets the OMathElement representing a child cell in the matrix.

Declaration
public OMathElement Cell(int rowIndex, int columnIndex)
Public Function Cell(rowIndex As Integer, columnIndex As Integer) As OMathElement
Parameters
Type Name Description
int rowIndex

Zero-based matrix row index of the cell.

int columnIndex

Zero-based matrix column index of the cell.

Returns
Type Description
OMathElement

The OMathElement that represent a child cell in the matrix.