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

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

パラメータ

row
行のインデックス。

プロパティ値

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

TableCol クラス
TableCol メンバ