OMathMat.Cell[Int32, Int32] Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::OMath ^ Cell[int, int] { Microsoft::Office::Interop::Word::OMath ^ get(int Row, int Col); };
public Microsoft.Office.Interop.Word.OMath Cell[int Row, int Col] { get; }
member this.Cell(int * int) : Microsoft.Office.Interop.Word.OMath
Public ReadOnly Property Cell(Row As Integer, Col As Integer) As OMath

Parameters

Row
Int32

Required Integer The matrix row in which the cell is located.

Col
Int32

Required Integer The matrix column in which the cell is located.

Property Value

OMath

Applies to