FlexGrid for WinForms
ContainsCol メソッド (CellRange)

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > CellRange 構造体 : ContainsCol メソッド
チェックする列のインデックス。
範囲内に特定の列が含まれるかどうかを判定します。
シンタックス
'宣言
 
Public Function ContainsCol( _
   ByVal col As System.Integer _
) As System.Boolean
public System.bool ContainsCol( 
   System.int col
)

パラメータ

col
チェックする列のインデックス。

戻り値の型

範囲に列が含まれる場合は true、それ以外の場合は false。
参照

CellRange 構造体
CellRange メンバ