TOKEN_TYPE_NOOP
TOKEN_TYPE_NOOP = 'Noop'
PHPExcel_Calculation_FormulaToken
__construct(string $pValue, string $pTokenType = \PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_UNKNOWN, string $pTokenSubType = \PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_NOTHING)
Create a new PHPExcel_Calculation_FormulaToken
string | $pValue | |
string | $pTokenType | Token type (represented by TOKENTYPE*) |
string | $pTokenSubType | Token Subtype (represented by TOKENSUBTYPE*) |