The standard Excel category to which all exported functions will belong
(unless individually specified).
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
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); } |