'宣言 Public Function Intersects( _ ByVal range As C1TextRange _ ) As System.Boolean
public System.bool Intersects( C1TextRange range )
パラメータ
- range
- 交差をチェックする C1TextRange。
戻り値の型
この範囲がパラメータの範囲を交差するかどうか。
'宣言 Public Function Intersects( _ ByVal range As C1TextRange _ ) As System.Boolean
public System.bool Intersects( C1TextRange range )