Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrix Class / Cell Method
Zero-based matrix row index of the cell.
Zero-based matrix column index of the cell.

In This Topic
    Cell Method
    In This Topic
    Gets the OMathElement representing a child cell in the matrix.
    Syntax
    '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.
    See Also