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
)
Visual Basic (Declaration)
Public Sub New ( _
	prefix As String _
)
Visual C++
public:
XllClassExportAttribute(
	String^ prefix
)

Parameters

prefix
Type: System..::.String
The prefix applied to the Excel names of all exported members.

See Also