The standard Excel category to which all exported functions will belong (unless individually specified).

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 XlCategory Category { get; set; }
Visual Basic (Declaration)
Public Property Category As XlCategory
Visual C++
public:
property XlCategory Category {
	XlCategory get ();
	void set (XlCategory value);
}

See Also