Saves the view state of the component.
Syntax
'Declaration
Protected Overrides NotOverridable Function SaveViewState() As Object
'Usage
Dim instance As FpSpread
Dim value As Object
value = instance.SaveViewState()
protected override object SaveViewState()
See Also