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 | 僅貼上欄寬。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]