Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / DetectRangeForIndicator Method
The sheet view.
The row.
The column.
The type.


In This Topic
    DetectRangeForIndicator Method
    In This Topic
    Adds the data indicator.
    Syntax
    'Declaration
     
    
    Public Function DetectRangeForIndicator( _
       ByVal sheetView As SheetView, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal seriesType As Type _
    ) As CellRange
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim sheetView As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim seriesType As Type
    Dim value As CellRange
     
    value = instance.DetectRangeForIndicator(sheetView, row, column, seriesType)
    public CellRange DetectRangeForIndicator( 
       SheetView sheetView,
       int row,
       int column,
       Type seriesType
    )

    Parameters

    sheetView
    The sheet view.
    row
    The row.
    column
    The column.
    seriesType
    The type.
    See Also