[]
Creates a new Exporter object. When overridden in a derived class, returns an instance of a specialized class derived from Exporter.
public abstract Exporter NewExporter()
Public MustOverride Function NewExporter() As Exporter
| Type | Description |
|---|---|
| Exporter | Returns the newly created exporter. |