Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / LoadViewState Method
State saved using the SaveViewState method
Example


In This Topic
    LoadViewState Method (SheetView)
    In This Topic
    Loads a saved view state for a sheet.
    Syntax
    'Declaration
     
    
    Public Overridable Sub LoadViewState( _
       ByVal state As Object _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim state As Object
     
    instance.LoadViewState(state)
    public virtual void LoadViewState( 
       object state
    )

    Parameters

    state
    State saved using the SaveViewState method
    Remarks
    You can save the current session state by calling the SaveViewState method.
    Example
    This example loads the saved view state from one sheet into another.
    See Also