Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / INumberFormatExtendData Interface / ExportExtensionData Method
A System.Xml.XmlWriter object indicates the Xml writer.
An GrapeCity.Spreadsheet.IO.OpenXml.ExportContext object indicates the export context.
An GrapeCity.Spreadsheet.IO.Exchangeable.IExtensibleObject<T> object indicates the extension provider.
A System.Guid value represents the extension's identifier.


In This Topic
    ExportExtensionData Method (INumberFormatExtendData)
    In This Topic
    Exports the extension data.
    Syntax
    'Declaration
     
    
    Sub ExportExtensionData( _
       ByVal writer As XmlWriter, _
       ByVal context As ExportContext, _
       ByVal extensibleObject As IExtensibleObject(Of Styles), _
       ByVal key As Guid _
    ) 
    'Usage
     
    
    Dim instance As INumberFormatExtendData
    Dim writer As XmlWriter
    Dim context As ExportContext
    Dim extensibleObject As IExtensibleObject(Of Styles)
    Dim key As Guid
     
    instance.ExportExtensionData(writer, context, extensibleObject, key)

    Parameters

    writer
    A System.Xml.XmlWriter object indicates the Xml writer.
    context
    An GrapeCity.Spreadsheet.IO.OpenXml.ExportContext object indicates the export context.
    extensibleObject
    An GrapeCity.Spreadsheet.IO.Exchangeable.IExtensibleObject<T> object indicates the extension provider.
    key
    A System.Guid value represents the extension's identifier.
    See Also