Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRangeGroupModel Class / Serialize Method
XmlTextWriter object to which to save the RangeGroupModel contents


In This Topic
    Serialize Method (DefaultRangeGroupModel)
    In This Topic
    Saves the contents of an outline (range group) to XML.
    Syntax
    'Declaration
     
    
    Public Function Serialize( _
       ByVal w As XmlTextWriter _
    ) As Boolean
    'Usage
     
    
    Dim instance As DefaultRangeGroupModel
    Dim w As XmlTextWriter
    Dim value As Boolean
     
    value = instance.Serialize(w)
    public bool Serialize( 
       XmlTextWriter w
    )

    Parameters

    w
    XmlTextWriter object to which to save the RangeGroupModel contents

    Return Value

    True if successful; otherwise, false
    See Also