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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCellCollection クラス : Item(Int32,Int32) プロパティ
The 0-based row index.
The 0-based column index.
Gets the TableCell at the intersection of the specified row and column. This property always returns a non-nullTableCell object.
シンタックス
'宣言
 
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
The 0-based row index.
col
The 0-based column index.

プロパティ値

The cell at the intersection of the specified row and column.
参照

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