The standard Excel category to which the function will belong.
            
    Namespace: 
   XllPlusAssembly: 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); }  |