Gets the default instance of the ExcelExportFilterFactory class.

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

Syntax

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

See Also