The set of methods that will be exported by default (unless
they are marked with a XllFunctionAttribute as ShouldExport=false).
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
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); } |