OMathMat.Cell Property

Returns a OMath object that represents a cell in a matrix. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Cell ( _
    Row As Integer, _
    Col As Integer _
) As OMath
    Get
'Usage
Dim instance As OMathMat
Dim Row As Integer
Dim Col As Integer
Dim value As OMath

value = instance.Cell(Row, Col)
OMath this[
    int Row,
    int Col
] { get; }

Parameters

  • Row
    Type: System.Int32
    Required Integer The matrix row in which the cell is located.
  • Col
    Type: System.Int32
    Required Integer The matrix column in which the cell is located.

Property Value

Type: Microsoft.Office.Interop.Word.OMath
OMath

See Also

Reference

OMathMat Interface

OMathMat Members

Microsoft.Office.Interop.Word Namespace