The XllClassExportAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XllClassExportAttribute | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Returns a deep copy of the current instance.
|
![]() | Compare |
Compares two XllClassExportAttribute 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 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.
|