Applies to the current method or property. Ignored if the XllAttributes set is not applied to a method or property.

Namespace:  XllPlus
Assembly:  Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

Syntax

C#
public bool XllIgnore { get; set; }
Visual Basic (Declaration)
Public Property XllIgnore As Boolean
Visual C++
public:
property bool XllIgnore {
	bool get ();
	void set (bool value);
}

See Also