Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / DetectRangesForIndicator Method
The sheet view.
The row.
The column.
The row count.
The column count.
Type of the series.
Name of the series.
The category.
The data.


In This Topic
    DetectRangesForIndicator Method
    In This Topic
    Detects the ranges for the indicator.
    Syntax
    'Declaration
     
    
    Public Function DetectRangesForIndicator( _
       ByVal sheetView As SheetView, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer, _
       ByVal seriesType As Type, _
       ByRef seriesName As CellRange, _
       ByRef category As CellRange, _
       ByRef data As CellRange _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim sheetView As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim seriesType As Type
    Dim seriesName As CellRange
    Dim category As CellRange
    Dim data As CellRange
    Dim value As Boolean
     
    value = instance.DetectRangesForIndicator(sheetView, row, column, rowCount, columnCount, seriesType, seriesName, category, data)

    Parameters

    sheetView
    The sheet view.
    row
    The row.
    column
    The column.
    rowCount
    The row count.
    columnCount
    The column count.
    seriesType
    Type of the series.
    seriesName
    Name of the series.
    category
    The category.
    data
    The data.

    Return Value

    true if cell ranges are switched; otherwise, returns false.
    See Also