Table.Cell(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.