'宣言 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 )