PrintDocument for WinForms
ContainsCell メソッド (UserCellGroup)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > UserCellGroup クラス : ContainsCell メソッド
The row index of the cell.
The column index of the cell.
Tests whether the current cell group contains a cell with the specified row and column indices.
シンタックス
'宣言
 
Public Function ContainsCell( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Boolean
'使用法
 
Dim instance As UserCellGroup
Dim row As System.Integer
Dim col As System.Integer
Dim value As System.Boolean
 
value = instance.ContainsCell(row, col)
public System.bool ContainsCell( 
   System.int row,
   System.int col
)

パラメータ

row
The row index of the cell.
col
The column index of the cell.

戻り値の型

true if the current group contains the specified cell, false otherwise.
参照

UserCellGroup クラス
UserCellGroup メンバ