Prevents a method or property from being exported.
Namespace:
XllPlusAssembly: Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
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