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 | Description |
---|---|
TOperation |
TYPE_FUNCTION
Represents the TYPE_FUNCTION operation type.
Declaration
public const TOperation TYPE_FUNCTION
Field Value
Type | Description |
---|---|
TOperation |
TYPE_UNARY
Represents the TYPE_UNARY operation type.
Declaration
public const TOperation TYPE_UNARY
Field Value
Type | Description |
---|---|
TOperation |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |