Table.Cell(Int32, Int32) Method

Definition

Returns a Cell object that represents a cell in a table.

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

Parameters

Row
Int32

Required Integer. The number of the row in the table to return. Can be an integer between 1 and the number of rows in the table.

Column
Int32

Required Integer. The number of the cell in the table to return. Can be an integer between 1 and the number of columns in the table.

Returns

Applies to