Word for WPF
Item プロパティ (RtfTable)

C1.WPF.Word.4.5.2 アセンブリ > C1.WPF.Word.Objects 名前空間 > RtfTable クラス : Item プロパティ
指定された行インデックスと列インデックスにあるセルを取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As RtfCell
public RtfCell this[ 
   System.int row,
   System.int col
]; {get;}

パラメータ

row
col

プロパティ値

Word/RTF テーブルセル。
参照

RtfTable クラス
RtfTable メンバ