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


In This Topic
    ActiveSheetView Method (ModelessForm)
    In This Topic
    Actives the sheet view.
    Syntax
    '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.
    See Also