The XllClassExportAttribute type exposes the following members.

Properties

  NameDescription
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 methods that will be exported by default (unless they are marked with a XllFunctionAttribute as ShouldExport=false).
MenuCaption
Not supported.
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.

See Also