Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SaveViewState Method
Example


In This Topic
    SaveViewState Method (SheetView)
    In This Topic
    Saves the current view state of the sheet.
    Syntax
    'Declaration
     
    
    Public Overridable Function SaveViewState() As Object
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Object
     
    value = instance.SaveViewState()
    public virtual object SaveViewState()

    Return Value

    Object in which to save view state
    Remarks
    Once you have saved the session state by calling the SaveViewState method, you can load the session state by calling the LoadViewState method.
    Example
    This example loads the saved view state from one sheet into another.
    See Also