[]
Represents the function category.
public enum FunctionCategory : byte
Public Enum FunctionCategory As Byte
| Name | Description |
|---|---|
| Compatibility | Functions were replaced with new functions that provide improved accuracy and have names that better reflect their usage. |
| Cube | Cube functions. |
| Custom | Custom functions. |
| Database | Database functions. |
| DateTime | Date and time functions. |
| Engineering | Engineering functions. |
| Financial | Financial functions. |
| Information | Information functions. |
| Logical | Logical functions. |
| LookupReference | Lookup and reference functions. |
| MathTrigonometry | Math and trigonometry functions. |
| Statistical | Statistical functions. |
| Text | Text functions. |
| Web | Web functions. |