FarPoint.Win.Spread
Serialize Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > GradientSection Class : Serialize Method


w
XmlTextWriter object used to write (save) the gradient
Saves the gradient section to XML.

Syntax

Visual Basic (Declaration) 
Public Function Serialize( _
   ByVal w As XmlTextWriter _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GradientSection
Dim w As XmlTextWriter
Dim value As Boolean
 
value = instance.Serialize(w)
C# 
public bool Serialize( 
   XmlTextWriter w
)

Parameters

w
XmlTextWriter object used to write (save) the gradient

Return Value

Boolean: true if successful; false otherwise

See Also