'Declaration
Sub Export( _ ByVal writer As XmlWriter, _ ByVal context As ExportContext _ )
'Usage
Dim instance As IOpenXml(Of T) Dim writer As XmlWriter Dim context As ExportContext instance.Export(writer, context)
void Export( XmlWriter writer, ExportContext context )
Parameters
- writer
- A System.Xml.XmlWriter object indicates the Xml writer.
- context
- An ExportContext object indicates the export context.