Spread Silverlight Documentation
WriteXmlBase Method (PrintInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > PrintInfo Class : WriteXmlBase Method
The writer.
Writes the XML base.
Syntax
'Declaration
 
Protected Overridable Sub WriteXmlBase( _
   ByVal writer As System.Xml.XmlWriter _
) 
'Usage
 
Dim instance As PrintInfo
Dim writer As System.Xml.XmlWriter
 
instance.WriteXmlBase(writer)
protected virtual void WriteXmlBase( 
   System.Xml.XmlWriter writer
)

Parameters

writer
The writer.
See Also

Reference

PrintInfo Class
PrintInfo Members