Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / IntersectWith Method


In This Topic
    IntersectWith Method (SpreadChartExtension)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IntersectWith( _
       ByVal dataSource As SeriesDataSource, _
       ByVal sheetView As SheetView, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim dataSource As SeriesDataSource
    Dim sheetView As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim value As Boolean
     
    value = instance.IntersectWith(dataSource, sheetView, row, column, rowCount, columnCount)

    Parameters

    dataSource
    sheetView
    row
    column
    rowCount
    columnCount
    See Also