PrintDocument for WinForms
Item(Int32,Int32) プロパティ


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > TableCellCollection クラス : Item(Int32,Int32) プロパティ
行のインデックス。
列のインデックス。
行と列のインデックスを指定して TableCell オブジェクトを取得します。
シンタックス
'宣言
 
Public ReadOnly Property Item( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As TableCell
'使用法
 
Dim instance As TableCellCollection
Dim row As System.Integer
Dim col As System.Integer
Dim value As TableCell
 
value = instance.Item(row, col)
public TableCell Item( 
   System.int row,
   System.int col
) {get;}

パラメータ

row
行のインデックス。
col
列のインデックス。

プロパティ値

指定した行と列の交差にあるセル。
参照

TableCellCollection クラス
TableCellCollection メンバ
FindCell メソッド