バージョン

Contains メソッド (RefRange)

targetRP がこの範囲内に含まれる場合 true を返します。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal targetRP As RefParser _
) As Boolean
public bool Contains( 
   RefParser targetRP
)

パラメータ

targetRP
候補が含まれている範囲。

戻り値の型

targetRP がこの範囲内に含まれる場合 true。
参照