Table of Contents

TTokenWhitespace.TTokenWhitespace Constructor

Creates a new whitespace token.

Syntax

Namespace: FlexCel.Core

public TTokenWhitespace(Int32 aWhitespaceCount, TTokenWhitespaceCharacter aCharacter, TTokenWhitespacePosition aPosition)

Parameters

<-> Parameter Type Description
aWhitespaceCount Int32 Whitespace in the formula.
aCharacter TTokenWhitespace​Character Defines the character used in the whitespace.
aPosition TTokenWhitespace​Position Position for the whitespace respect to the next token.

See also