Table of Contents

TToken Class

This class and all its descendants represent a token in a formula. You can use these classes to modify formulas without having to parse the text in them, which can be a difficult task.

Syntax

Namespace: FlexCel.Core

public abstract class TToken

Constructors

Name Description
TToken Creates a new token.

Properties

Name Description
TokenType Returns the type of token.