Base class for TextControls.

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

Syntax

C#
public abstract class TextControlExcelAdapter : ExcelAdapter
Visual Basic (Declaration)
Public MustInherit Class TextControlExcelAdapter _
	Inherits ExcelAdapter
Visual C++
public ref class TextControlExcelAdapter abstract : public ExcelAdapter

Inheritance Hierarchy

See Also