FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Chart 名前空間 > IIndicator インタフェース : Intersects メソッド |
'Declaration
Function Intersects( _ ByVal cellRange As SheetCellRange _ ) As Boolean
'使用法
Dim instance As IIndicator Dim cellRange As SheetCellRange Dim value As Boolean value = instance.Intersects(cellRange)
bool Intersects( SheetCellRange cellRange )