The XllAssemblyExportAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XllAssemblyExportAttribute | Overloaded. |
Methods
Name | Description | |
---|---|---|
Clone |
Returns a deep copy of the current instance.
| |
Compare |
Compares two XllAssemblyExportAttribute instances.
| |
IsDefault |
Returns whether the attribute's properties are all set to default values.
|
Properties
Name | Description | |
---|---|---|
Category |
The standard Excel category to which all exported functions will belong
(unless individually specified).
| |
CategoryText |
The non-standard Excel category to which all exported functions will belong
(unless individually specified).
| |
Filter |
The set of eligible methods that will be exported by default (unless
they are marked with a XllFunctionAttribute as ShouldExport=false).
| |
NamesToUpperCase |
Sets whether all exported names are forced to upper case.
| |
Prefix |
The prefix applied to the Excel names of all exported members.
| |
Versions |
The Excel versions for which code will be generated.
|