Prevents a method or property from being exported.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
| C# |
|---|
public class XllIgnoreAttribute : XllFunctionAttribute, ICloneable |
| Visual Basic (Declaration) |
|---|
Public Class XllIgnoreAttribute _ Inherits XllFunctionAttribute _ Implements ICloneable |
| Visual C++ |
|---|
public ref class XllIgnoreAttribute : public XllFunctionAttribute, ICloneable |
Remarks
Use this attribue to prevent the export of a method or property
that would otherwise be exported due to the fileter settings of the
declaring type or containing assembly.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
XllPlus..::.XllFunctionAttribute
XllPlus..::.XllIgnoreAttribute
System..::.Attribute
XllPlus..::.XllFunctionAttribute
XllPlus..::.XllIgnoreAttribute