Returns an existing adapter.

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

Syntax

C#
public ExcelAdapter FindAdapter(
	Type type
)
Visual Basic (Declaration)
Public Function FindAdapter ( _
	type As Type _
) As ExcelAdapter
Visual C++
public:
ExcelAdapter^ FindAdapter(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also