Applies to all classes in the current type. Ignored if the XllAttributes set is not applied to a type.

Namespace:  XllPlus
Assembly:  Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

Syntax

C#
public XllClassExportAttribute XllClassExport { get; set; }
Visual Basic (Declaration)
Public Property XllClassExport As XllClassExportAttribute
Visual C++
public:
property XllClassExportAttribute^ XllClassExport {
	XllClassExportAttribute^ get ();
	void set (XllClassExportAttribute^ value);
}

See Also