'宣言 Public Overloads Function Contains( _ ByVal rng As GridCellRange _ ) As System.Boolean
public System.bool Contains( GridCellRange rng )
パラメータ
- rng
- この範囲に含まれているかどうかを調べる GridCellRange
戻り値の型
この範囲が rng パラメータによって指定される範囲を含む場合は true
'宣言 Public Overloads Function Contains( _ ByVal rng As GridCellRange _ ) As System.Boolean
public System.bool Contains( GridCellRange rng )