次の方法で共有


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

整数型 (Integer) の値を使用します。 取得する表の中の行番号を指定します。 値は、1 から表の行数までの整数です。

Column
Int32

整数型 (Integer) の値を使用します。 取得する表の中の列番号を指定します。 値は、1 から表の列数までの整数です。

戻り値

適用対象