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

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 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