File: src/Calx/Cell/ErrorType.ts

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   src/Calx/Cell/ErrorType.ts   Download  
File: src/Calx/Cell/ErrorType.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change:
Date: 3 months ago
Size: 314 bytes
 

Contents

Class file image Download
export enum ErrorType { DIV_BY_ZERO = '#DIV/0!', INVALID_NAME = '#NAME?', INVALID_REF = '#REF!', INVALID_VAL = '#VALUE!', INVALID_NUM = '#NUM!', NA = '#N/A!', NULL = '#NULL!', SPILL = '#SPILL!', ERROR = '#ERROR!' }