FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / Serialize Method
XmlTextWriter object to which to save the style


In This Topic
Serialize Method (NamedStyle)
In This Topic
Saves the style object to XML.
Syntax
'Declaration
 
Public Overrides Function Serialize( _
   ByVal w As XmlTextWriter _
) As Boolean
 
'Usage
 
Dim instance As NamedStyle
Dim w As XmlTextWriter
Dim value As Boolean
 
value = instance.Serialize(w)

Parameters

w
XmlTextWriter object to which to save the style
See Also