[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GroupBarInfo.Serialize

Serialize Method

Serialize(XmlTextWriter)

Saves the group bar information to XML.

Declaration
public bool Serialize(XmlTextWriter w)
Public Function Serialize(w As XmlTextWriter) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter object used to save the object

Returns
Type Description
bool

true if successful; false otherwise

Implements