Enum 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 | सिर्फ़ कॉलम की चौड़ाई चिपकाएं. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eCopyPasteType\u003c/code\u003e is used to specify the content pasted from the clipboard in Google Apps Script.\u003c/p\u003e\n"],["\u003cp\u003eIt's an enumeration within the \u003ccode\u003eSpreadsheetApp\u003c/code\u003e class, called using \u003ccode\u003eSpreadsheetApp.CopyPasteType.PROPERTY\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptions include pasting values, formulas, formats, validations, or combinations thereof, as well as only pasting column widths or conditional formatting.\u003c/p\u003e\n"]]],[],null,["# Enum CopyPasteType\n\nCopyPasteType\n\nAn enumeration of possible special paste types.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSpreadsheetApp.CopyPasteType.PASTE_NORMAL`. \n\n### Properties\n\n| Property | Type | Description |\n|--------------------------------|--------|-----------------------------------------------------------------|\n| `PASTE_NORMAL` | `Enum` | Paste values, formulas, formats and merges. |\n| `PASTE_NO_BORDERS` | `Enum` | Paste values, formulas, formats and merges but without borders. |\n| `PASTE_FORMAT` | `Enum` | Paste the format only. |\n| `PASTE_FORMULA` | `Enum` | Paste the formulas only. |\n| `PASTE_DATA_VALIDATION` | `Enum` | Paste the data validation only. |\n| `PASTE_VALUES` | `Enum` | Paste the values ONLY without formats, formulas or merges. |\n| `PASTE_CONDITIONAL_FORMATTING` | `Enum` | Paste the color rules only. |\n| `PASTE_COLUMN_WIDTHS` | `Enum` | Paste the column widths only. |"]]