'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
The GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<T> object that indicates by the specified GrapeCity.Spreadsheet.IO.OpenXml.Extension data.