Table.Cell(Int32, Int32) Méthode
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 Cell objet qui représente une cellule d’un tableau.
public:
Microsoft::Office::Interop::Word::Cell ^ Cell(int Row, int Column);
public Microsoft.Office.Interop.Word.Cell Cell (int Row, int Column);
abstract member Cell : int * int -> Microsoft.Office.Interop.Word.Cell
Public Function Cell (Row As Integer, Column As Integer) As Cell
Paramètres
- Row
- Int32
Argument de type Integer obligatoire. Numéro de la ligne de tableau à renvoyer. Il peut s'agir d'un nombre entier compris entre 1 et le nombre de lignes qui composent le tableau.
- Column
- Int32
Argument de type Integer obligatoire. Numéro de la cellule de tableau à renvoyer. Il peut s'agir d'un nombre entier compris entre 1 et le nombre de colonnes qui composent le tableau.