Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FunctionCategory Enumeration


In This Topic
    FunctionCategory Enumeration
    In This Topic
    Represents the function category.
    Syntax
    'Declaration
     
    
    Public Enum FunctionCategory 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FunctionCategory
    public enum FunctionCategory : System.Enum 
    Members
    MemberDescription
    CompatibilityFunctions were replaced with new functions that provide improved accuracy and have names that better reflect their usage.
    CubeCube functions.
    CustomCustom functions.
    DatabaseDatabase functions.
    DateTimeDate and time functions.
    EngineeringEngineering functions.
    FinancialFinancial functions.
    InformationInformation functions.
    LogicalLogical functions.
    LookupReferenceLookup and reference functions.
    MathTrigonometryMath and trigonometry functions.
    StatisticalStatistical functions.
    TextText functions.
    WebWeb functions.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.CalcEngine.FunctionCategory

    See Also