Creates a new XllAssemblyExportAttribute object.

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public XllAssemblyExportAttribute(
	XlExportFilter filter
)
Visual Basic (Declaration)
Public Sub New ( _
	filter As XlExportFilter _
)
Visual C++
public:
XllAssemblyExportAttribute(
	XlExportFilter filter
)

Parameters

filter
Type: XllPlus..::.XlExportFilter
The set of methods or properties which will be exported without further instructions.

See Also