The set of eligible methods that will be exported by default (unless
they are marked with a XllFunctionAttribute as ShouldExport=false).
Namespace:
XllPlusAssembly: Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
| C# |
|---|
public XlExportFilter Filter { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Filter As XlExportFilter |
| Visual C++ |
|---|
public: property XlExportFilter Filter { XlExportFilter get (); void set (XlExportFilter value); } |