Freigeben über


OMathMat.Cell[Int32, Int32] Eigenschaft

Definition

Gibt ein OMath -Objekt zurück, das eine Zelle in einer Matrix darstellt. Schreibgeschützt.

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

Parameter

Row
Int32

Erforderliche Ganze Zahl Die Matrixzeile, in der sich die Zelle befindet.

Col
Int32

Erforderliche Ganze Zahl Die Matrixspalte, in der sich die Zelle befindet.

Eigenschaftswert

OMath

Gilt für: