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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableRow クラス : Item プロパティ
The index of the cell in the current row (i.e. the column index).
Gets the TableCell at the specified column index. This property always returns a non-nullTableCell object.
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal col As System.Integer _
) As TableCell
'使用法
 
Dim instance As TableRow
Dim col As System.Integer
Dim value As TableCell
 
value = instance.Item(col)
public TableCell this[ 
   System.int col
]; {get;}

パラメータ

col
The index of the cell in the current row (i.e. the column index).

プロパティ値

The cell at the specified index.
参照

TableRow クラス
TableRow メンバ