[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StateList-1.SaveViewState

SaveViewState Method

SaveViewState()

When implemented by a class, saves the changes to a server control's view state to a object.

Declaration
public virtual object SaveViewState()
Public Overridable Function SaveViewState() As Object
Returns
Type Description
object

The object that contains the view state changes.

Implements