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


In This Topic
    FunctionSettings Enumeration
    In This Topic
    Represents settings of the function.
    Syntax
    'Declaration
     
    
    Public Enum FunctionSettings 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FunctionSettings
    public enum FunctionSettings : System.Enum 
    Members
    MemberDescription
    AnyArgumentsThe total number of arguments can be any
    EvenArgumentsThe total number of arguments is even
    HiddenThe function is hidden. It should not be used directly in the formula.
    ObsoletedThe function is obsoleted. It can be used to calculate but not available in UI.
    OddArgumentsThe total number of arguments is odd
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.CalcEngine.FunctionSettings

    See Also