add the spreadsheet NS

Namespace:  Google.GData.Spreadsheets
Assembly:  Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.4.0.2

Syntax

C#
protected override void AddOtherNamespaces(

	XmlWriter writer

)
Visual Basic (Declaration)
Protected Overrides Sub AddOtherNamespaces ( _

	writer As XmlWriter _

)
Visual C++
protected:

virtual void AddOtherNamespaces(

	XmlWriter^ writer

) override

Parameters

writer
Type: System.Xml..::.XmlWriter
The XmlWrite, where we want to add default namespaces to

See Also