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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableRowCollection クラス : Item プロパティ
The row index in the containing table.
Gets the TableRow object corresponding to the row at the specified index in the containing RenderTable. Note that a TableRow will be created if it has not been initialized for that row index yet. Use TableRowCollection.FindRow to get a row without creating it.
シンタックス
'宣言
 
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
The row index in the containing table.

プロパティ値

The TableRow at the specified index in the table.
参照

TableRowCollection クラス
TableRowCollection メンバ