[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.Serialize

Serialize Method

Serialize(XmlTextWriter)

Saves the contents of an outline (range group) to XML.

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

XmlTextWriter object to which to save the RangeGroupModel contents

Returns
Type Description
bool

True if successful; otherwise, false

Implements