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


In This Topic
    SaveViewState Method (FpSpread)
    In This Topic
    Saves the view state of the component.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveViewState() As Object
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Object
     
    value = instance.SaveViewState()
    protected override object SaveViewState()

    Return Value

    Object in which to save the view state
    Example
    This example loads or saves the view state depending on its state.
    See Also