Gets the default instance of the ExcelXmlExportFilterFactory class.

Namespace:  PerpetuumSoft.Reporting.Export.ExcelXml
Assembly:  PerpetuumSoft.Reporting.Export.ExcelXml (in PerpetuumSoft.Reporting.Export.ExcelXml.dll) Version: 3.9.0.1

Syntax

C#
public static ExcelXmlExportFilterFactory Factory { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Factory As ExcelXmlExportFilterFactory
Visual C++
public:
static property ExcelXmlExportFilterFactory^ Factory {
	ExcelXmlExportFilterFactory^ get ();
}

See Also