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
Unit: FlexCel.Core
TTokenWhitespace = class(TToken);
Constructors
| Name |
Description |
| Create |
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.
|