Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IExtendedData Interface / ExportExtensionData Method
A System.Xml.XmlWriter object indicates the Xml writer.
An GrapeCity.Spreadsheet.IO.OpenXml.ExportContext object indicates the export context.


In This Topic
    ExportExtensionData Method (IExtendedData)
    In This Topic
    Exports the extension data.
    Syntax
    '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.
    See Also