Compartilhar via


Table.Cell(Int32, Int32) Método

Definição

Retorna um Cell objeto que representa uma célula em uma tabela.

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

Parâmetros

Row
Int32

Obrigatório Integer. O número da linha na tabela a ser retornado. Pode ser um inteiro entre 1 e o número de linhas da tabela.

Column
Int32

Obrigatório Integer. O número da célula na tabela a ser retornado. Pode ser um inteiro entre 1 e o número de colunas da tabela.

Retornos

Aplica-se a