PrintDocument for WinForms
Item プロパティ (TableRowCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > TableRowCollection クラス : Item プロパティ
オブジェクトのインデックス。
コレクション内の指定したインデックスのオブジェクトを取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As TableRow
'使用法
 
Dim instance As TableRowCollection
Dim index As System.Integer
Dim value As TableRow
 
value = instance.Item(index)
public TableRow this[ 
   System.int index
]; {get;}

パラメータ

index
オブジェクトのインデックス。

プロパティ値

テーブル内の指定したインデックスの TableRow
参照

TableRowCollection クラス
TableRowCollection メンバ