バージョン

Contains(SpreadsheetCellRange) メソッド

指定の範囲がこの範囲内に完全に収まるかどうかを示すブール値を返します。
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal range As SpreadsheetCellRange _
) As Boolean
public bool Contains( 
   SpreadsheetCellRange range
)

パラメータ

range
評価する範囲。

戻り値の型

範囲が範囲内に収まる場合は True を返します。そうでない場合は False を返します。
参照