VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Functions Namespace / FunctionCategory Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    FunctionCategory Enumeration
    In This Topic
    Specifies available function categories.
    Syntax
    'Declaration
    
    Public Enum FunctionCategory
       Inherits System.Enum
    
    
    public enum FunctionCategory : System.Enum
    
    
    __value public enum FunctionCategory : public System.Enum
    
    
    public enum class FunctionCategory : public System.Enum
    
    
    Members
    MemberDescription
    AllAll functions.
    FinancialThe financial functions.
    DateAndTimeThe date and time functions.
    MathAndTrigThe mathematical and trigonometric functions.
    StatisticalThe statistical functions.
    LookupAndReferenceThe lookup and reference functions.
    TextThe text functions.
    LogicalThe logical functions.
    InformationThe information functions.
    EngineeringThe engineering functions.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Office.Spreadsheet.Functions.FunctionCategory

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also