Returns adapters type associated with the given control type.

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

Syntax

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

Parameters

type
Type: System..::.Type

See Also