Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / CreateExtension Method
A System.Xml.XmlReader object indicates the XML reader.
An GrapeCity.Spreadsheet.IO.OpenXml.ImportContext object indicates the import context data.
A System.Guid value indicates the GUID identifier of the extension.


In This Topic
    CreateExtension Method (Styles)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateExtension( _
       ByVal reader As XmlReader, _
       ByVal context As ImportContext, _
       ByVal key As Guid _
    ) As IExtension(Of Styles)
    'Usage
     
    
    Dim instance As Styles
    Dim reader As XmlReader
    Dim context As ImportContext
    Dim key As Guid
    Dim value As IExtension(Of Styles)
     
    value = instance.CreateExtension(reader, context, key)
    protected virtual IExtension<Styles> CreateExtension( 
       XmlReader reader,
       ImportContext context,
       Guid key
    )

    Parameters

    reader
    A System.Xml.XmlReader object indicates the XML reader.
    context
    An GrapeCity.Spreadsheet.IO.OpenXml.ImportContext object indicates the import context data.
    key
    A System.Guid value indicates the GUID identifier of the extension.

    Return Value

    See Also