Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Serializer Class / WriteEndObj Method
The XmlWriter with which to write the object.


In This Topic
    WriteEndObj Method
    In This Topic
    Writes an ending XML element.
    Syntax
    'Declaration
     
    Public Shared Sub WriteEndObj( _
       ByVal writer As XmlWriter _
    ) 
    'Usage
     
    Dim writer As XmlWriter
     
    Serializer.WriteEndObj(writer)
    public static void WriteEndObj( 
       XmlWriter writer
    )

    Parameters

    writer
    The XmlWriter with which to write the object.
    See Also