Creates a new XllClassExportAttribute 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 XllClassExportAttribute(
	string prefix,
	XlExportFilter filter,
	TriValue namesToUpperCase
)
Visual Basic (Declaration)
Public Sub New ( _
	prefix As String, _
	filter As XlExportFilter, _
	namesToUpperCase As TriValue _
)
Visual C++
public:
XllClassExportAttribute(
	String^ prefix, 
	XlExportFilter filter, 
	TriValue namesToUpperCase
)

Parameters

prefix
Type: System..::.String
The prefix applied to the Excel names of all exported members.
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.

See Also