Spread for ASP.NET 12 Product Documentation
LoadViewState Method (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : LoadViewState Method
State saved using the SaveViewState method
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
See Also

Reference

SheetView Class
SheetView Members