Enum AutoFillSeries
自动填充系列
用于计算自动填充值的系列类型的枚举。这些系列对计算值的影响方式因源数据的类型和数量而异。
如需调用枚举,您可以调用其父类、名称和属性。例如
SpreadsheetApp.AutoFillSeries.DEFAULT_SERIES
。
属性
属性 | 类型 | 说明 |
DEFAULT_SERIES | Enum | 默认。使用此设置进行自动填充会导致展开的范围中的空白单元格填充现有值的增量。 |
ALTERNATE_SERIES | Enum | 使用此设置进行自动填充会导致展开的范围中的空单元格填充现有值的副本。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["`AutoFillSeries` is used to determine how values are automatically filled in Google Sheets."],["It offers two options: `DEFAULT_SERIES` which fills cells with incremental values based on existing data, and `ALTERNATE_SERIES` which copies existing values to fill the range."],["To use `AutoFillSeries`, call its parent class, name, and property, such as `SpreadsheetApp.AutoFillSeries.DEFAULT_SERIES`."]]],[]]