FlexPivot for WinForms
Contains メソッド (CellRange)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellRange 構造体 : Contains メソッド
Index of the row to check.
Index of the column to check.
Determines whether the range contains a given cell.
シンタックス
'宣言
 
Public Function Contains( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int row,
   System.int col
)

パラメータ

row
Index of the row to check.
col
Index of the column to check.

戻り値の型

True if the range contains the cell, False otherwise.
参照

CellRange 構造体
CellRange メンバ