FlexGrid for WPF
Contains(GridCellRange) メソッド

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > GridCellRange クラス > Contains メソッド : Contains(GridCellRange) メソッド
この範囲に含まれているかどうかを調べる GridCellRange
この範囲が別の範囲を含むかどうかを示す値を取得します。
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal rng As GridCellRange _
) As System.Boolean
public System.bool Contains( 
   GridCellRange rng
)

パラメータ

rng
この範囲に含まれているかどうかを調べる GridCellRange

戻り値の型

この範囲が rng パラメータによって指定される範囲を含む場合は true
参照

GridCellRange クラス
GridCellRange メンバ
オーバーロード一覧