[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeGroupInfo.Serialize

Serialize Method

Serialize(XmlTextWriter)

Saves 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 RangeGroupInfo object

Returns
Type Description
bool

True if successful; otherwise, false

Implements