'Declaration
Sub ExportExtensionData( _ ByVal writer As XmlWriter, _ ByVal context As ExportContext _ )
'Usage
Dim instance As IExtendedData Dim writer As XmlWriter Dim context As ExportContext instance.ExportExtensionData(writer, context)
void ExportExtensionData( XmlWriter writer, ExportContext context )
Parameters
- writer
- A System.Xml.XmlWriter object indicates the Xml writer.
- context
- An GrapeCity.Spreadsheet.IO.OpenXml.ExportContext object indicates the export context.