File: legacy/php-build/include/sheet/getRemoteCellRangeValue.js

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   legacy/php-build/include/sheet/getRemoteCellRangeValue.js   Download  
File: legacy/php-build/include/sheet/getRemoteCellRangeValue.js
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change:
Date: 5 months ago
Size: 339 bytes
 

Contents

Class file image Download
sheet.fx.getRemoteCellRangeValue = function(sheet, addressStart, addressStop){ var identifier = $(sheet).attr('data-calx-identifier'); if(!identifier || typeof(calx.sheetRegistry[identifier]) == 'undefined'){ return false; } return calx.sheetRegistry[identifier].getCellRangeValue(addressStart, addressStop); };