Reports for WPF
Item(Int32,Int32) プロパティ

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > TableCellCollection クラス : Item(Int32,Int32) プロパティ
行のインデックス。
列のインデックス。
行と列のインデックスを指定して TableCell オブジェクトを取得します。
シンタックス
'宣言
 
Public ReadOnly Property Item( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As TableCell
public TableCell Item( 
   System.int row,
   System.int col
) {get;}

パラメータ

row
行のインデックス。
col
列のインデックス。

プロパティ値

指定した行と列の交差にあるセル。
参照

TableCellCollection クラス
TableCellCollection メンバ
FindCell メソッド