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


In This Topic
    Serialize Method (CalendarDropDownStyleInfo)
    In This Topic
    Saves the CalendarDropDownStyleInfo object to XML.
    Syntax
    'Declaration
     
    
    Public Sub Serialize( _
       ByVal w As XmlTextWriter _
    ) 
    'Usage
     
    
    Dim instance As CalendarDropDownStyleInfo
    Dim w As XmlTextWriter
     
    instance.Serialize(w)
    public void Serialize( 
       XmlTextWriter w
    )

    Parameters

    w
    XmlTextWriter object to which to save the object
    See Also