'宣言 Public Function Contains( _ ByVal cr As XLCellRange _ ) As System.Boolean
public System.bool Contains( XLCellRange cr )
パラメータ
- cr
- 検索する XLCellRangeオブジェクト。
戻り値の型
コレクションに範囲が含まれる場合は、True。そうでない場合は、False。
'宣言 Public Function Contains( _ ByVal cr As XLCellRange _ ) As System.Boolean
public System.bool Contains( XLCellRange cr )