Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Inset Class / Serialize Method
XmlTextWriter object to save the object to.


In This Topic
    Serialize Method (Inset)
    In This Topic
    Saves the margin settings (Inset object) to XML.
    Syntax
    'Declaration
     
    
    Public Function Serialize( _
       ByVal w As XmlTextWriter _
    ) As Boolean
    'Usage
     
    
    Dim instance As Inset
    Dim w As XmlTextWriter
    Dim value As Boolean
     
    value = instance.Serialize(w)
    public bool Serialize( 
       XmlTextWriter w
    )

    Parameters

    w
    XmlTextWriter object to save the object to.

    Return Value

    true if successful; false otherwise
    See Also