Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / OperatorKind Enumeration
In This Topic
    OperatorKind Enumeration
    In This Topic
    Represents formula operators.
    Syntax
    public enum OperatorKind : System.Enum 
    Members
    MemberDescription
    Addition Represents the + operator.
    Concatenate Represents the & operator.
    Division Represents the / operator.
    Equality Represents the = operator.
    Exponent Represents the ^ operator.
    GreaterThan Represents the > operator.
    GreaterThanOrEqual Represents the >= operator.
    Inequality Represents the <> operator.
    Intersection Represents the (space) operator.
    LessThan Represents the < operator.
    LessThanOrEqual Represents the <= operator.
    Multiply Represents the * operator.
    Percentage Represents the % operator.
    Range Represents the : operator.
    Single Represents the @ operator.
    Spill Represents the # operator.
    Subtraction Represents the - operator.
    UnionRepresents the , operator.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Expressions.OperatorKind

    See Also