Enum CopyPasteType
CopyPasteType
枚举可能的特殊粘贴类型的枚举。
若要调用枚举,您可以调用其父类、名称和属性。例如
SpreadsheetApp.CopyPasteType.PASTE_NORMAL
。
属性
媒体资源 | 类型 | 说明 |
PASTE_NORMAL | Enum | 粘贴值、公式、格式和合并内容。 |
PASTE_NO_BORDERS | Enum | 粘贴值、公式、格式和合并内容,但不要添加边框。 |
PASTE_FORMAT | Enum | 请仅粘贴格式。 |
PASTE_FORMULA | Enum | 请仅粘贴公式。 |
PASTE_DATA_VALIDATION | Enum | 仅粘贴数据验证。 |
PASTE_VALUES | Enum | 仅粘贴值,而不粘贴格式、公式或合并。 |
PASTE_CONDITIONAL_FORMATTING | Enum | 仅粘贴颜色规则。 |
PASTE_COLUMN_WIDTHS | Enum | 仅粘贴列宽。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`CopyPasteType` is used to specify the content pasted from the clipboard in Google Apps Script."],["It's an enumeration within the `SpreadsheetApp` class, called using `SpreadsheetApp.CopyPasteType.PROPERTY`."],["Options include pasting values, formulas, formats, validations, or combinations thereof, as well as only pasting column widths or conditional formatting."]]],[]]