Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / ActiveSheetView Method
The formula.
The default sheet view.


In This Topic
    ActiveSheetView Method (ChartSelectDataSource)
    In This Topic
    Actives the sheet view.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ActiveSheetView( _
       ByVal formula As String, _
       ByVal defaultSheetView As SheetView _
    ) 
    'Usage
     
    
    Dim instance As ChartSelectDataSource
    Dim formula As String
    Dim defaultSheetView As SheetView
     
    instance.ActiveSheetView(formula, defaultSheetView)
    protected override void ActiveSheetView( 
       string formula,
       SheetView defaultSheetView
    )

    Parameters

    formula
    The formula.
    defaultSheetView
    The default sheet view.
    See Also