OMathMat.Cell[Int32, Int32] Propriété

Définition

Renvoie un OMath Object qui représente une cellule dans une matrice. En lecture seule.

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

Paramètres

Row
Int32

Integer obligatoire : ligne de matrice dans laquelle se trouve la cellule.

Col
Int32

Integer obligatoire : colonne de matrice dans laquelle se trouve la cellule.

Valeur de propriété

OMath

OMath

S’applique à