Table of Contents

TFormulaMessages Class

Tokens that can be used on a formula.

Syntax

Namespace: FlexCel.Core

public static class TFormulaMessages

Methods

Name Description
ErrString Message for the ErrorCode.
TokenString Formula tokens.
TokenChar Returns the formula token as a character.
FloatToString This is a non-localized version of FloatToStr It will always use "." as decimal separator.
If you are localizing this unit to your language, change this function to be: public string FloatToString(​double Value) { return Value.ToString(); } And it will use your current locale to get the decimal separator.
Just remember that if you for example use "," as decimal sep, you should also change fmArrayColSep, fmFunctionSep and all vars with value=","