Defines which class members are exported to Excel by default
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
C# |
---|
[FlagsAttribute] public enum XlExportFilter |
Visual Basic (Declaration) |
---|
<FlagsAttribute> _ Public Enumeration XlExportFilter |
Visual C++ |
---|
[FlagsAttribute] public enum class XlExportFilter |
Members
Member name | Description | |
---|---|---|
None |
No methods or properties are automatically exported
| |
StaticMethods |
Static methods are automatically exported
| |
StaticProperties |
Static properties are automatically exported
| |
InstanceMethods |
Object methods are automatically exported
| |
InstanceProperties |
Object properties are automatically exported
| |
Default |
For a Type, the setting is inherited from the Assembly settings.
For an Assembly, the setting is the same as None.
|