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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : LoadViewState Method
Object of saved state
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
See Also

Reference

FpSpread Class
FpSpread Members