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


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

パラメータ

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

プロパティ値

The cell at the specified index.
参照

TableCol クラス
TableCol メンバ