Share via


Table.Cell(Int32, Int32) Méthode

Définition

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.

Retours

S’applique à