Creates a new XllAssemblyExportAttribute object.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
C# |
---|
public XllAssemblyExportAttribute( string categoryText, XlExportFilter filter ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ categoryText As String, _ filter As XlExportFilter _ ) |
Visual C++ |
---|
public: XllAssemblyExportAttribute( String^ categoryText, XlExportFilter filter ) |
Parameters
- categoryText
- Type: System..::.String
The category to which exported functions will belong.
- filter
- Type: XllPlus..::.XlExportFilter
The set of methods or properties which will be exported without further instructions.