Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / LoadViewState Method
Object of saved state
Example


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

    Parameters

    savedState
    Object of saved state
    Example
    This example loads or saves the view state depending on its state.
    See Also