Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaExtender Class / LoadViewState Method


In This Topic
    LoadViewState Method (FormulaExtender)
    In This Topic
    Loads the saved view state.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub LoadViewState( _
       ByVal savedState As Object _
    ) 
    'Usage
     
    
    Dim instance As FormulaExtender
    Dim savedState As Object
     
    instance.LoadViewState(savedState)
    protected override void LoadViewState( 
       object savedState
    )

    Parameters

    savedState
    See Also