Commit 3b71c683 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add function asc_getSparklineInfo

parent 25823a71
......@@ -328,6 +328,9 @@
asc_CCellInfo.prototype.asc_getFormatTableInfo = function () {
return this.formatTableInfo;
};
asc_CCellInfo.prototype.asc_getSparklineInfo = function () {
return this.sparklineInfo;
};
/** @constructor */
function asc_CDefName(n, r, s, t, h, l) {
......@@ -457,6 +460,7 @@
prot["asc_getAngle"] = prot.asc_getAngle;
prot["asc_getAutoFilterInfo"] = prot.asc_getAutoFilterInfo;
prot["asc_getFormatTableInfo"] = prot.asc_getFormatTableInfo;
prot["asc_getSparklineInfo"] = prot.asc_getSparklineInfo;
window["Asc"].asc_CDefName = window["Asc"]["asc_CDefName"] = asc_CDefName;
prot = asc_CDefName.prototype;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment