Table of Contents

TTokenList Class

A list of tokens which create a formula.

Syntax

Namespace: FlexCel.Core

public class TTokenList: IEnumerable<TToken>

Constructors

Name Description
TTokenList Overloaded
TTokenList
TTokenList(Int32)

Methods

Name Description
Add Adds a new token to the end of the list.
Clear Removes all tokens from the list.
GetEnumerator Returns the enumerator for the class.
Insert Inserts a specific token into the list at a given position (0 based).
RemoveAt Removes the token at index.

Properties

Name Description
Count The number of tokens in the list.
IsArrayFormula If true, the tokens in this list refer to an array formula.
Span This property only applies if IsArrayFormula is true. It has the range for the array formula.
this[] Gets or sets the token at the given index.