[]
        
(Showing Draft Content)

GC.Spread.CalcEngine.CalcError

Class: CalcError

Spread.CalcEngine.CalcError

Table of contents

Constructors

Methods

Constructors

constructor

new CalcError(error)

Represents an error in calculation.

Parameters

Name Type Description
error string The description of the error.

Methods

toString

toString(): string

Returns a string that represents this instance.

Returns

string

The error string.


parse

Static parse(value): CalcError

Parses the specified error from the string.

Parameters

Name Type Description
value string The error string.

Returns

CalcError

The calculation error.