Excel for .NET
Contains メソッド (XLCellRangeCollection)

C1.Excel アセンブリ > C1.Excel 名前空間 > XLCellRangeCollection クラス : Contains メソッド
XLCellRange検索するオブジェクト。
コレクションが指定した XLCellRangeオブジェクトを含むかどうかチェックします。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal cr As XLCellRange _
) As System.Boolean
public System.bool Contains( 
   XLCellRange cr
)

パラメータ

cr
XLCellRange検索するオブジェクト。

戻り値の型

コレクションが指定した範囲を含む場合は True。それ以外は False。
参照

XLCellRangeCollection クラス
XLCellRangeCollection メンバ