Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Serializer Class / InitWriter Method
The XmlWriter to be checked and initialized.


In This Topic
    InitWriter Method
    In This Topic
    Checks and initializes an XmlWriter object.
    Syntax
    'Declaration
     
    Public Shared Sub InitWriter( _
       ByVal writer As XmlWriter _
    ) 
    'Usage
     
    Dim writer As XmlWriter
     
    Serializer.InitWriter(writer)
    public static void InitWriter( 
       XmlWriter writer
    )

    Parameters

    writer
    The XmlWriter to be checked and initialized.
    See Also