OMathMat.Cell[Int32, Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.