Table.Cell(Int32, Int32) 方法

定义

返回一个 Cell 对象,该对象代表表中的单元格。

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

参数

Row
Int32

必需 整数。 要返回的表格行数。 可以是介于 1 和表格行数之间的任意整数。

Column
Int32

必需 整数。 要返回的表格列数。 可以是介于 1 和表格列数之间的任意整数。

返回

适用于