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(
	string categoryText,
	string prefix,
	XlExportFilter filter,
	TriValue namesToUpperCase,
	XlVersions versions
)
Visual Basic (Declaration)
Public Sub New ( _
	categoryText As String, _
	prefix As String, _
	filter As XlExportFilter, _
	namesToUpperCase As TriValue, _
	versions As XlVersions _
)
Visual C++
public:
XllAssemblyExportAttribute(
	String^ categoryText, 
	String^ prefix, 
	XlExportFilter filter, 
	TriValue namesToUpperCase, 
	XlVersions versions
)

Parameters

categoryText
Type: System..::.String
The category to which exported functions will belong.
prefix
Type: System..::.String
The prefix to be applied to the names of all exported functions.
filter
Type: XllPlus..::.XlExportFilter
The set of methods or properties which will be exported without further instructions.
namesToUpperCase
Type: XllPlus..::.TriValue
Controls whether all function names are exported to Excel in upper case.
versions
Type: XllPlus..::.XlVersions
The Excel versions for which code will be generated.

See Also