Creates new instance of the ExcelXmlFile.

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

Syntax

C#
public ExcelXmlFile(
	string title
)
Visual Basic (Declaration)
Public Sub New ( _
	title As String _
)
Visual C++
public:
ExcelXmlFile(
	String^ title
)

Parameters

title
Type: System..::.String

See Also