The set of methods that will be exported by default (unless they are marked with a XllFunctionAttribute as ShouldExport=false).

Namespace:  XllPlus
Assembly:  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);
}

See Also