Enum InterpolationType
属性
媒体资源 | 类型 | 说明 |
NUMBER | Enum | 将该数字用作渐变条件的特定插值点。 |
PERCENT | Enum | 将该数字用作渐变条件的百分比插值点。 |
PERCENTILE | Enum | 将该数字用作梯度条件的百分位插值点。 |
MIN | Enum | 推断渐变条件的具体插值点。 |
MAX | Enum | 推断梯度条件的最大值作为特定插值点。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["`InterpolationType` is used to define how values are calculated for gradient conditions in conditional formatting rules."],["Options include using specific numbers, percentages, percentiles, or inferred minimum/maximum values as interpolation points."],["Access enum properties using the format: `SpreadsheetApp.InterpolationType.PROPERTY`, replacing `PROPERTY` with desired value like `NUMBER` or `PERCENT`."]]],[]]