'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.