The XllAssemblyExportAttribute type exposes the following members.
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.
|