From 83d5fed768ef5945ba373c3fbd82adf55c4ef960 Mon Sep 17 00:00:00 2001 From: GoshaZotov Date: Tue, 7 Oct 2025 13:06:39 +0300 Subject: [PATCH] [se] Fix bug 77365 --- cell/apiBuilder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cell/apiBuilder.js b/cell/apiBuilder.js index aab6a8c7c9..ce16bc2d65 100644 --- a/cell/apiBuilder.js +++ b/cell/apiBuilder.js @@ -22870,7 +22870,7 @@ * Returns the index indicating which threshold the criteria represents. * @memberof ApiColorScaleCriterion * @typeofeditors ["CSE"] - * @returns {number} Returns 1 for minimum threshold, 2 for midpoint (3-color scale) or maximum (2-color scale), and 3 for maximum threshold (3-color scale only). + * @returns {number} Returns 0 for minimum threshold, 1 for midpoint (3-color scale) or maximum (2-color scale), and 2 for maximum threshold (3-color scale only). * @since 9.1.0 */ ApiColorScaleCriterion.prototype.GetIndex = function() {