Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Serializer Class / WriteStartObj Method
The name of the starting element.
The XmlWriter with which to write the object.


In This Topic
    WriteStartObj Method
    In This Topic
    Writes a starting XML element.
    Syntax
    'Declaration
     
    Public Shared Sub WriteStartObj( _
       ByVal eleName As String, _
       ByVal writer As XmlWriter _
    ) 
    'Usage
     
    Dim eleName As String
    Dim writer As XmlWriter
     
    Serializer.WriteStartObj(eleName, writer)
    public static void WriteStartObj( 
       string eleName,
       XmlWriter writer
    )

    Parameters

    eleName
    The name of the starting element.
    writer
    The XmlWriter with which to write the object.
    See Also