ComponentOne Studio for WinRT XAML
Intersects メソッド (CellRange)

この範囲と一部が重なるかどうかを調べる CellRange
この範囲が指定された範囲と一部が重なるかどうかを示す値を取得します。
構文
'宣言
 
Public Function Intersects( _
   ByVal rng As CellRange _
) As System.Boolean
public System.bool Intersects( 
   CellRange rng
)

パラメータ

rng
この範囲と一部が重なるかどうかを調べる CellRange

戻り値の型

rng パラメータによって指定された範囲がこの範囲と重なる(共通のセルがある)場合は true。
参照

CellRange 構造体
CellRange メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.