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


FarPoint.Mvc.Spread Assembly > FarPoint.Mvc.Spread Namespace > FpSpread Class : LoadViewState Method
The object of the saved state.
Loads the view state of the Spread component.
Syntax
'Declaration
 
Protected Overrides NotOverridable 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
The object of the saved state.
See Also

Reference

FpSpread Class
FpSpread Members