Reports for WPF
Item プロパティ (TableRow)

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

パラメータ

col
列のインデックス。

プロパティ値

指定したインデックスのセル。
参照

TableRow クラス
TableRow メンバ