Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ViewportInfo Class / ReadXml Method
The System.Xml.XmlReader stream from which the object is deserialized.


In This Topic
    ReadXml Method
    In This Topic
    Generates an object from its XML representation.
    Syntax
    'Declaration
     
    Public Sub ReadXml( _
       ByVal reader As XmlReader _
    ) 
    'Usage
     
    Dim instance As ViewportInfo
    Dim reader As XmlReader
     
    instance.ReadXml(reader)
    public void ReadXml( 
       XmlReader reader
    )

    Parameters

    reader
    The System.Xml.XmlReader stream from which the object is deserialized.
    See Also