PowerTools SPREAD for Windows Forms 8.0J
IntersectWith メソッド


新しいセル範囲。
新しいセル範囲と交差します。
構文
'Declaration
 
Public Function IntersectWith( _
   ByVal newCellRange As CellRange _
) As CellRange
'使用法
 
Dim instance As CellRange
Dim newCellRange As CellRange
Dim value As CellRange
 
value = instance.IntersectWith(newCellRange)
public CellRange IntersectWith( 
   CellRange newCellRange
)

パラメータ

newCellRange
新しいセル範囲。

戻り値の型

交差後の CellRange
参照

CellRange クラス
CellRange メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.