'Declaration
Protected Overridable Sub ActiveSheetView( _ ByVal formula As String, _ ByVal defaultSheetView As SheetView _ )
'Usage
Dim instance As ModelessForm Dim formula As String Dim defaultSheetView As SheetView instance.ActiveSheetView(formula, defaultSheetView)
protected virtual void ActiveSheetView( string formula, SheetView defaultSheetView )
Parameters
- formula
- The formula.
- defaultSheetView
- The default sheet view.