Spread Silverlight Documentation
ReadXml Method


GrapeCity.Windows.SpreadSheet.Data Namespace > ViewportInfo Class : ReadXml Method
The System.Xml.XmlReader stream from which the object is deserialized.
Generates an object from its XML representation.
Syntax
'Declaration
 
Public Sub ReadXml( _
   ByVal reader As System.Xml.XmlReader _
) 
'Usage
 
Dim instance As ViewportInfo
Dim reader As System.Xml.XmlReader
 
instance.ReadXml(reader)
public void ReadXml( 
   System.Xml.XmlReader reader
)

Parameters

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

Reference

ViewportInfo Class
ViewportInfo Members