C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / XlsExporter Class / ExportProvider Property

In This Topic
ExportProvider Property (XlsExporter)
In This Topic
Depending on the value of the ComplexExporter.OpenXmlDocument property on the current exporter, gets ExportProviders.XlsExportProvider or ExportProviders.XlsxExportProvider.
Syntax
'Declaration
 
Public Overrides ReadOnly Property ExportProvider As ExportProvider
 
See Also