Enum InterpolationType
屬性
屬性 | 類型 | 說明 |
NUMBER | Enum | 使用數字做為漸層條件的特定內插點。 |
PERCENT | Enum | 使用數字做為漸層條件的百分比內插點。 |
PERCENTILE | Enum | 使用數字做為漸層條件的百分位數內插點。 |
MIN | Enum | 推斷最小值做為漸層條件的特定內插點。 |
MAX | Enum | 將最大數字推測為漸層條件的特定內插點。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間: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`."]]],[]]