Class TOperation
Represents the operation type.
Inheritance
System.Object
    TOperation
  Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class TOperation : Enum
  Fields
TYPE_BINARY
Represents the TYPE_BINARY operation type.
Declaration
public const TOperation TYPE_BINARY
  Field Value
| Type | 
|---|
| TOperation | 
TYPE_FUNCTION
Represents the TYPE_FUNCTION operation type.
Declaration
public const TOperation TYPE_FUNCTION
  Field Value
| Type | 
|---|
| TOperation | 
TYPE_UNARY
Represents the TYPE_UNARY operation type.
Declaration
public const TOperation TYPE_UNARY
  Field Value
| Type | 
|---|
| TOperation |