Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / ExportExtensionData Method
A System.Guid value represents the extension's identifier.


In This Topic
    ExportExtensionData Method (Workbook)
    In This Topic
    Enables an object to extend another object through aggregation.
    Syntax
    'Declaration
     
    
    Protected Sub ExportExtensionData( _
       ByVal writer As XmlWriter, _
       ByVal context As ExportContext, _
       ByVal extensibleObject As IExtensibleObject(Of Workbook), _
       ByVal key As Guid _
    ) 
    'Usage
     
    
    Dim instance As Workbook
    Dim writer As XmlWriter
    Dim context As ExportContext
    Dim extensibleObject As IExtensibleObject(Of Workbook)
    Dim key As Guid
     
    instance.ExportExtensionData(writer, context, extensibleObject, key)

    Parameters

    writer
    context
    extensibleObject
    key
    A System.Guid value represents the extension's identifier.
    See Also