Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartIndicatorAdapter Class / CombineData Method


In This Topic
    CombineData Method (ChartIndicatorAdapter)
    In This Topic
    Combines the data.
    Syntax
    'Declaration
     
    
    Public Function CombineData() As SheetCellRange
    'Usage
     
    
    Dim instance As ChartIndicatorAdapter
    Dim value As SheetCellRange
     
    value = instance.CombineData()
    public SheetCellRange CombineData()
    See Also