Lines Matching refs:_value

440     this._value = Value.create(Cell.Types.Null, this);
450 delete this._value;
479 return this._value.toCsvString();
496 this._value.release();
498 this._value = Value.create(Cell.Types.Merge, this, master);
508 this._value.release();
510 this._value = Value.create(Cell.Types.Null, this);
517 if (this._value.type !== Cell.Types.Merge) return false;
518 return this._value.isMergedTo(master);
530 this._value = Value.create(Cell.Types.Hyperlink, this, {
531 text: this._value.value,
638 return this._value.type;
643 return this._value.effectiveType;
654 return this._value.master;
662 return this._value.type === Cell.Types.Hyperlink;
667 return this._value.hyperlink;
673 return this._value.value;
679 this._value.master.value = v;
683 this._value.release(); // assign value
686 this._value = Value.create(Value.getType(v), this, v);
699 return this._value.toString();
709 return this._value.formula;
714 return this._value.result;
719 return this._value.formulaType;
774 var model = this._value.model;
784 this._value.release();
786 this._value = Value.create(value.type, this);
787 this._value.model = value;
4732 if (cell._value.constructor.name === 'MergeValue') {
4735 var prevMaster = cell._value._master;
6068 …nts, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, _value, chunk;
6119 _value = _context.sent;
6126 chunk = _value;
8001 …var _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, _value, events…
8023 _value = _context.sent;
8030 events = _value;
24390 …nks, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, _value, chunk;
24419 _value = _context11.sent;
24426 chunk = _value;