Table of Contents

TTokenParenthesis Class

A parenthesis surrounding the last token. Note that this token is not used in the formula (since RPN doesn't need parenthesis) but it is there so Excel can display them.

Syntax

Namespace: FlexCel.Core

public class TTokenParenthesis: TToken

Constructors

Name Description
TTokenParenthesis Creates a new parenthesis token.