Spread for ASP.NET 11 Product Documentation
SaveViewState Method (FloatingObject)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FloatingObject Class : SaveViewState Method
Saves DrawingObject view state changes that have occurred since the page was posted back to the server.
Syntax
'Declaration
 
Protected Overrides Function SaveViewState() As Object
'Usage
 
Dim instance As FloatingObject
Dim value As Object
 
value = instance.SaveViewState()
protected override object SaveViewState()

Return Value

Returns the DrawingObject's current view state. If there is no view state associated with the control, this method returns a null reference (Nothing in Visual Basic).
See Also

Reference

FloatingObject Class
FloatingObject Members