FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Model 名前空間 > CellRange クラス : 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 )