PrintDocument for WinForms
FindCell メソッド (TableCellCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCellCollection クラス : FindCell メソッド
The 0-based row index of the cell.
The 0-based column index of the cell.
Returns the TableCell object at the specified row and column in the containing RenderTable, or null if that object has not been initialized.
シンタックス
'宣言
 
Public Function FindCell( _
   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.FindCell(row, col)
public TableCell FindCell( 
   System.int row,
   System.int col
)

パラメータ

row
The 0-based row index of the cell.
col
The 0-based column index of the cell.

戻り値の型

The TableCell object at the specified row and column, or null.
解説
The cells of a table are not initialized unless they are accessed via the indexer property on the cells collection. Unlike the indexer, this method can be used to test whether a TableCell object has been created for a cell, without initializing it.
参照

TableCellCollection クラス
TableCellCollection メンバ