Table of Contents

TTokenWhitespace Class

Whitespace like " ". This is not used in calculation, but it is use by Excel to show the formula as it was entered.

Syntax

Namespace: FlexCel.Core

public class TTokenWhitespace: TToken

Constructors

Name Description
TTokenWhitespace Creates a new whitespace token.

Properties

Name Description
WhitespaceCount Number of whitespace characters in this token.
Character Character used in the whitespace.
Position Position of the whitespace.