Defines which class members are exported to Excel by default
Namespace:
XllPlusAssembly: Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
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.
|