Class Range

रेंज

स्प्रेडशीट की रेंज ऐक्सेस करना और उनमें बदलाव करना. रेंज, शीट में एक सेल या आस-पास की सेल का ग्रुप हो सकती है.

तरीके

तरीकारिटर्न टाइपसंक्षिप्त विवरण
activate()Rangeयह फ़ंक्शन, तय की गई रेंज को active range के तौर पर सेट करता है. साथ ही, रेंज में सबसे ऊपर बाईं ओर मौजूद सेल को current cell के तौर पर सेट करता है.
activateAsCurrentCell()Rangeकिसी सेल को current cell के तौर पर सेट करता है.
addDeveloperMetadata(key)Rangeरेंज में, तय की गई कुंजी के साथ डेवलपर मेटाडेटा जोड़ता है.
addDeveloperMetadata(key, visibility)Rangeतय की गई कुंजी और रेंज में दिखने की सेटिंग के साथ डेवलपर मेटाडेटा जोड़ता है.
addDeveloperMetadata(key, value)Rangeयह फ़ंक्शन, रेंज में बताई गई कुंजी और वैल्यू के साथ डेवलपर मेटाडेटा जोड़ता है.
addDeveloperMetadata(key, value, visibility)Rangeतय की गई कीवर्ड, वैल्यू, और विज़िबिलिटी के साथ डेवलपर मेटाडेटा को रेंज में जोड़ता है.
applyColumnBanding()Bandingरेंज में कॉलम बैंडिंग की डिफ़ॉल्ट थीम लागू करता है.
applyColumnBanding(bandingTheme)Bandingरेंज में, कॉलम के लिए तय की गई थीम लागू करता है.
applyColumnBanding(bandingTheme, showHeader, showFooter)Bandingयह फ़ंक्शन, हेडर और फ़ुटर की तय सेटिंग के साथ रेंज पर, कॉलम बैंडिंग की किसी खास थीम को लागू करता है.
applyRowBanding()Bandingरेंज में, लाइन को बांटने की डिफ़ॉल्ट थीम लागू करता है.
applyRowBanding(bandingTheme)Bandingरेंज में, पंक्ति के बैंड की कोई खास थीम लागू करता है.
applyRowBanding(bandingTheme, showHeader, showFooter)Bandingहेडर और फ़ुटर की तय सेटिंग के साथ, रेंज में पंक्ति बैंडिंग की चुनी गई थीम लागू करता है.
autoFill(destination, series)voidइस रेंज में मौजूद डेटा के आधार पर, destinationRange को डेटा से भरता है.
autoFillToNeighbor(series)voidयह फ़ंक्शन, आस-पास की सेल के आधार पर, नई वैल्यू से भरने के लिए रेंज का हिसाब लगाता है. साथ ही, उस रेंज में मौजूद डेटा के आधार पर, उस रेंज को नई वैल्यू से अपने-आप भर देता है.
breakApart()Rangeरेंज में मौजूद, एक से ज़्यादा कॉलम वाली सेल को फिर से अलग-अलग सेल में बांटें.
canEdit()Booleanइससे यह तय होता है कि उपयोगकर्ता के पास रेंज में मौजूद हर सेल में बदलाव करने की अनुमति है या नहीं.
check()Rangeरेंज में मौजूद चेकबॉक्स की स्थिति को “चेक किया गया” में बदलता है.
clear()Rangeकॉन्टेंट और फ़ॉर्मैट की रेंज हटाता है.
clear(options)Rangeदिए गए बेहतर विकल्पों के मुताबिक, कॉन्टेंट, फ़ॉर्मैट, डेटा की पुष्टि करने के नियमों, और/या टिप्पणियों की रेंज को मिटाता है.
clearContent()Rangeरेंज का कॉन्टेंट मिटा देता है, लेकिन फ़ॉर्मैटिंग में कोई बदलाव नहीं करता.
clearDataValidations()Rangeरेंज के लिए, डेटा की पुष्टि करने के नियमों को हटाता है.
clearFormat()Rangeइस रेंज की फ़ॉर्मैटिंग हटाता है.
clearNote()Rangeयह फ़ंक्शन, दी गई सेल या सेल में मौजूद नोट मिटा देता है.
collapseGroups()Rangeइस रेंज में मौजूद सभी ग्रुप को छोटा कर देता है.
copyFormatToRange(gridId, column, columnEnd, row, rowEnd)voidरेंज की फ़ॉर्मैटिंग को बताई गई जगह पर कॉपी करें.
copyFormatToRange(sheet, column, columnEnd, row, rowEnd)voidरेंज की फ़ॉर्मैटिंग को बताई गई जगह पर कॉपी करें.
copyTo(destination)voidयह फ़ंक्शन, सेल की किसी रेंज से डेटा को दूसरी रेंज में कॉपी करता है.
copyTo(destination, copyPasteType, transposed)voidयह फ़ंक्शन, सेल की किसी रेंज से डेटा को दूसरी रेंज में कॉपी करता है.
copyTo(destination, options)voidयह फ़ंक्शन, सेल की किसी रेंज से डेटा को दूसरी रेंज में कॉपी करता है.
copyValuesToRange(gridId, column, columnEnd, row, rowEnd)voidरेंज के कॉन्टेंट को दी गई जगह पर कॉपी करें.
copyValuesToRange(sheet, column, columnEnd, row, rowEnd)voidरेंज के कॉन्टेंट को दी गई जगह पर कॉपी करें.
createDataSourcePivotTable(dataSource)DataSourcePivotTableडेटा सोर्स से खाली डेटा सोर्स पिवट टेबल बनाता है. यह टेबल, इस रेंज की पहली सेल पर ऐंकर की जाती है.
createDataSourceTable(dataSource)DataSourceTableडेटा सोर्स से खाली डेटा सोर्स टेबल बनाता है. यह टेबल, इस रेंज की पहली सेल में ऐंकर की जाती है.
createDeveloperMetadataFinder()DeveloperMetadataFinderइस रेंज के दायरे में डेवलपर मेटाडेटा ढूंढने के लिए, DeveloperMetadataFinderApi दिखाता है.
createFilter()Filterयह फ़ंक्शन एक फ़िल्टर बनाता है और उसे शीट की तय की गई रेंज पर लागू करता है.
createPivotTable(sourceData)PivotTableइस रेंज में पहली सेल पर ऐंकर की गई sourceData से, खाली पिवट टेबल बनाता है.
createTextFinder(findText)TextFinderरेंज के लिए टेक्स्ट फ़ाइंडर बनाता है, जो इस रेंज में टेक्स्ट ढूंढ सकता है और उसे बदल सकता है.
deleteCells(shiftDimension)voidसेल की इस रेंज को मिटाता है.
expandGroups()Rangeछोटा किए गए उन ग्रुप को बड़ा करता है जिनकी रेंज या कंट्रोल टॉगल, इस रेंज से इंटरसेक्शन करता है.
getA1Notation()StringA1 नोटेशन में, रेंज की स्ट्रिंग के बारे में जानकारी देता है.
getBackground()Stringरेंज में सबसे ऊपर बाईं ओर मौजूद सेल का बैकग्राउंड रंग दिखाता है. उदाहरण के लिए, '#ffffff'.
getBackgroundObject()Colorरेंज में सबसे ऊपर बाईं ओर मौजूद सेल का बैकग्राउंड रंग दिखाता है.
getBackgroundObjects()Color[][]यह फ़ंक्शन, रेंज में मौजूद सेल के बैकग्राउंड के रंग दिखाता है.
getBackgrounds()String[][]रेंज में मौजूद सेल के बैकग्राउंड के रंग दिखाता है. उदाहरण के लिए, '#ffffff'.
getBandings()Banding[]इस रेंज में मौजूद किसी भी सेल पर लागू सभी बैंडिंग दिखाता है.
getCell(row, column)Rangeकिसी रेंज में दी गई सेल दिखाता है.
getColumn()Integerइस रेंज के लिए, कॉलम की शुरुआती स्थिति दिखाता है.
getDataRegion()Rangeयह फ़ंक्शन, चार मुख्य Direction में बड़ी की गई रेंज की कॉपी दिखाता है. इससे, आस-पास मौजूद उन सभी सेल को कवर किया जा सकता है जिनमें डेटा है.
getDataRegion(dimension)Rangeअगर डाइमेंशन Dimension.ROWS है, तो Direction.UP और Direction.DOWN तक बड़ी की गई रेंज की कॉपी दिखाता है. अगर डाइमेंशन Dimension.COLUMNS है, तो Direction.NEXT और Direction.PREVIOUS तक बड़ी की गई रेंज की कॉपी दिखाता है.
getDataSourceFormula()DataSourceFormulaरेंज में पहली सेल के लिए DataSourceFormula दिखाता है. अगर सेल में डेटा सोर्स का फ़ॉर्मूला नहीं है, तो null दिखाता है.
getDataSourceFormulas()DataSourceFormula[]रेंज में मौजूद सेल के लिए DataSourceFormula दिखाता है.
getDataSourcePivotTables()DataSourcePivotTable[]इस फ़ंक्शन से, रेंज से इंटरसेक्शन वाली सभी डेटा सोर्स पिवट टेबल मिलती हैं.
getDataSourceTables()DataSourceTable[]रेंज से इंटरसेक्शन वाली सभी डेटा सोर्स टेबल दिखाता है.
getDataSourceUrl()Stringइस रेंज में मौजूद डेटा का यूआरएल दिखाता है. इसका इस्तेमाल चार्ट और क्वेरी बनाने के लिए किया जा सकता है.
getDataTable()DataTableइस ऑब्जेक्ट में मौजूद डेटा को DataTable के तौर पर दिखाता है.
getDataTable(firstRowIsHeader)DataTableइस रेंज में मौजूद डेटा को डेटाटेबल के तौर पर दिखाता है.
getDataValidation()DataValidationयह फ़ंक्शन, रेंज में सबसे ऊपर बाईं ओर मौजूद सेल के लिए, डेटा की पुष्टि करने का नियम दिखाता है.
getDataValidations()DataValidation[][]यह फ़ंक्शन, रेंज में मौजूद सभी सेल के लिए डेटा की पुष्टि करने के नियम दिखाता है.
getDeveloperMetadata()DeveloperMetadata[]इस रेंज से जुड़ा डेवलपर मेटाडेटा पाता है.
getDisplayValue()Stringरेंज में सबसे ऊपर बाईं ओर मौजूद सेल की दिखाई गई वैल्यू दिखाता है.
getDisplayValues()String[][]इस रेंज के लिए, वैल्यू का रेक्टैंगल ग्रिड दिखाता है.
getFilter()Filterयह उस शीट पर मौजूद फ़िल्टर दिखाता है जिससे यह रेंज जुड़ी है. अगर शीट पर कोई फ़िल्टर नहीं है, तो यह null दिखाता है.
getFontColorObject()Colorरेंज के सबसे ऊपर बाएं कोने में मौजूद सेल के फ़ॉन्ट का रंग दिखाता है.
getFontColorObjects()Color[][]रेंज में मौजूद सेल के फ़ॉन्ट के रंग दिखाता है.
getFontFamilies()String[][]यह फ़ंक्शन, रेंज में मौजूद सेल की फ़ॉन्ट फ़ैमिली दिखाता है.
getFontFamily()Stringरेंज के सबसे ऊपर बाएं कोने में मौजूद सेल की फ़ॉन्ट फ़ैमिली दिखाता है.
getFontLine()Stringरेंज के सबसे ऊपर बाएं कोने में मौजूद सेल की लाइन स्टाइल ('underline', 'line-through' या 'none') दिखाता है.
getFontLines()String[][]रेंज ('underline', 'line-through' या 'none') में मौजूद सेल की लाइन स्टाइल दिखाता है.
getFontSize()Integerरेंज के सबसे ऊपर बाएं कोने में मौजूद सेल के फ़ॉन्ट साइज़ को पॉइंट साइज़ में दिखाता है.
getFontSizes()Integer[][]यह फ़ंक्शन, रेंज में मौजूद सेल के फ़ॉन्ट साइज़ दिखाता है.
getFontStyle()Stringरेंज के सबसे ऊपर बाएं कोने में मौजूद सेल का फ़ॉन्ट स्टाइल ('italic' या 'normal') दिखाता है.
getFontStyles()String[][]यह फ़ंक्शन, रेंज में मौजूद सेल के फ़ॉन्ट स्टाइल दिखाता है.
getFontWeight()Stringरेंज के सबसे ऊपर बाएं कोने में मौजूद सेल का फ़ॉन्ट वेट (सामान्य/बोल्ड) दिखाता है.
getFontWeights()String[][]यह फ़ंक्शन, रेंज में मौजूद सेल के फ़ॉन्ट वेट दिखाता है.
getFormula()Stringरेंज की सबसे ऊपर बाईं ओर मौजूद सेल का फ़ॉर्मूला (A1 नोटेशन) दिखाता है. अगर सेल खाली है या उसमें कोई फ़ॉर्मूला नहीं है, तो यह खाली स्ट्रिंग दिखाता है.
getFormulaR1C1()Stringकिसी सेल के लिए फ़ॉर्मूला (R1C1 नोटेशन) दिखाता है. अगर कोई फ़ॉर्मूला नहीं है, तो null दिखाता है.
getFormulas()String[][]रेंज में मौजूद सेल के फ़ॉर्मूला (A1 नोटेशन) दिखाता है.
getFormulasR1C1()String[][]रेंज में मौजूद सेल के लिए फ़ॉर्मूला (R1C1 नोटेशन) दिखाता है.
getGridId()Integerरेंज की पैरंट शीट का ग्रिड आईडी दिखाता है.
getHeight()Integerरेंज की ऊंचाई दिखाता है.
getHorizontalAlignment()Stringरेंज के सबसे ऊपर बाएं कोने में मौजूद सेल के टेक्स्ट का हॉरिज़ॉन्टल अलाइनमेंट (लेफ़्ट/सेंटर/राइट) दिखाता है.
getHorizontalAlignments()String[][]रेंज में मौजूद सेल के हॉरिज़ॉन्टल अलाइनमेंट दिखाता है.
getLastColumn()Integerकॉलम के आखिर की पोज़िशन दिखाता है.
getLastRow()Integerलाइन के आखिर की पोज़िशन दिखाता है.
getMergedRanges()Range[]मर्ज की गई उन सेल को दिखाने वाले Range ऑब्जेक्ट का ऐरे दिखाता है जो पूरी तरह से मौजूदा रेंज में हों या जिनमें मौजूदा रेंज में कम से कम एक सेल हो.
getNextDataCell(direction)Rangeयह फ़ंक्शन, रेंज के पहले कॉलम और पंक्ति में मौजूद सेल से शुरू होकर, दी गई दिशा में अगली सेल दिखाता है. यह सेल, डेटा वाली सेल की एक जैसी रेंज के किनारे पर होती है या उस दिशा में स्प्रेडशीट के किनारे पर होती है.
getNote()Stringदी गई रेंज से जुड़ा नोट दिखाता है.
getNotes()String[][]रेंज में मौजूद सेल से जुड़े नोट दिखाता है.
getNumColumns()Integerइस रेंज में कॉलम की संख्या दिखाता है.
getNumRows()Integerइस रेंज में पंक्तियों की संख्या दिखाता है.
getNumberFormat()Stringदी गई रेंज की सबसे ऊपर बाईं सेल की संख्या या तारीख की फ़ॉर्मैटिंग पाएं.
getNumberFormats()String[][]यह फ़ंक्शन, रेंज में मौजूद सेल के लिए संख्या या तारीख के फ़ॉर्मैट दिखाता है.
getRichTextValue()RichTextValueयह रेंज की सबसे ऊपर बाईं ओर मौजूद सेल के लिए, रिच टेक्स्ट वैल्यू दिखाता है. अगर सेल की वैल्यू टेक्स्ट नहीं है, तो यह null दिखाता है.
getRichTextValues()RichTextValue[][]रेंज में मौजूद सेल के लिए, रिच टेक्स्ट वैल्यू दिखाता है.
getRow()Integerइस रेंज की पंक्ति की पोज़िशन दिखाता है.
getRowIndex()Integerइस रेंज की पंक्ति की पोज़िशन दिखाता है.
getSheet()Sheetयह उस शीट को दिखाता है जिससे यह रेंज जुड़ी है.
getTextDirection()TextDirectionरेंज की सबसे ऊपर बाईं सेल के लिए, टेक्स्ट की दिशा दिखाता है.
getTextDirections()TextDirection[][]रेंज में मौजूद सेल के लिए टेक्स्ट की दिशाएं दिखाता है.
getTextRotation()TextRotationरेंज की सबसे ऊपर बाईं सेल के लिए, टेक्स्ट घुमाने की सेटिंग दिखाता है.
getTextRotations()TextRotation[][]रेंज में मौजूद सेल के लिए, टेक्स्ट घुमाने की सेटिंग दिखाता है.
getTextStyle()TextStyleरेंज की सबसे ऊपर बाईं सेल के लिए टेक्स्ट स्टाइल दिखाता है.
getTextStyles()TextStyle[][]रेंज में मौजूद सेल के लिए टेक्स्ट स्टाइल दिखाता है.
getValue()Objectरेंज में सबसे ऊपर बाईं ओर मौजूद सेल की वैल्यू दिखाता है.
getValues()Object[][]इस रेंज के लिए, वैल्यू का रेक्टैंगल ग्रिड दिखाता है.
getVerticalAlignment()Stringरेंज के सबसे ऊपर बाएं कोने में मौजूद सेल का वर्टिकल अलाइनमेंट (ऊपर/बीच/नीचे) दिखाता है.
getVerticalAlignments()String[][]रेंज में मौजूद सेल के वर्टिकल अलाइनमेंट दिखाता है.
getWidth()Integerकॉलम में रेंज की चौड़ाई दिखाता है.
getWrap()Booleanयह बताता है कि सेल में मौजूद टेक्स्ट रैप हुआ है या नहीं.
getWrapStrategies()WrapStrategy[][]रेंज में मौजूद सेल के लिए, टेक्स्ट रैप करने की रणनीतियां दिखाता है.
getWrapStrategy()WrapStrategyरेंज की सबसे ऊपर बाईं सेल के लिए, टेक्स्ट रैप करने की रणनीति दिखाता है.
getWraps()Boolean[][]यह बताता है कि सेल में टेक्स्ट रैप हुआ है या नहीं.
insertCells(shiftDimension)Rangeइस रेंज में खाली सेल डालता है.
insertCheckboxes()Rangeरेंज की हर सेल में चेकबॉक्स डालता है. चुने गए चेकबॉक्स के लिए true और चुने नहीं गए चेकबॉक्स के लिए false का इस्तेमाल किया जाता है.
insertCheckboxes(checkedValue)Rangeयह फ़ंक्शन, रेंज की हर सेल में चेकबॉक्स डालता है. ये चेकबॉक्स, चुने गए विकल्प के लिए कस्टम वैल्यू और चुने नहीं गए विकल्प के लिए खाली स्ट्रिंग के साथ कॉन्फ़िगर किए जाते हैं.
insertCheckboxes(checkedValue, uncheckedValue)Rangeयह फ़ंक्शन, रेंज में मौजूद हर सेल में चेकबॉक्स डालता है. ये चेकबॉक्स, चुने गए और नहीं चुने गए स्टेटस के लिए कस्टम वैल्यू के साथ कॉन्फ़िगर किए जाते हैं.
isBlank()Booleanअगर रेंज पूरी तरह से खाली है, तो true दिखाता है.
isChecked()Booleanयह बताता है कि रेंज में मौजूद सभी सेल के चेकबॉक्स की स्थिति 'चेक किया गया' है या नहीं.
isEndColumnBounded()Booleanयह तय करता है कि रेंज का आखिरी हिस्सा किसी कॉलम से जुड़ा है या नहीं.
isEndRowBounded()Booleanयह तय करता है कि रेंज का आखिरी हिस्सा किसी पंक्ति से जुड़ा है या नहीं.
isPartOfMerge()Booleanअगर मौजूदा रेंज में मौजूद सेल, मर्ज की गई किसी सेल से ओवरलैप होती हैं, तो true दिखाता है.
isStartColumnBounded()Booleanयह तय करता है कि रेंज की शुरुआत किसी खास कॉलम से जुड़ी है या नहीं.
isStartRowBounded()Booleanयह तय करता है कि रेंज की शुरुआत किसी खास पंक्ति से हुई है या नहीं.
merge()Rangeरेंज में मौजूद सेल को एक ब्लॉक में मर्ज करता है.
mergeAcross()Rangeरेंज में मौजूद सेल को रेंज के कॉलम में मर्ज करें.
mergeVertically()Rangeरेंज में मौजूद सेल को एक साथ मर्ज करता है.
moveTo(target)voidइस रेंज से टारगेट रेंज में, फ़ॉर्मैट और वैल्यू, दोनों को काटकर चिपकाएं.
offset(rowOffset, columnOffset)Rangeयह फ़ंक्शन एक नई रेंज दिखाता है, जो इस रेंज से पंक्तियों और कॉलम की दी गई संख्या (जो नेगेटिव हो सकती है) के हिसाब से ऑफ़सेट होती है.
offset(rowOffset, columnOffset, numRows)Rangeयह फ़ंक्शन, मौजूदा रेंज के हिसाब से एक नई रेंज दिखाता है. इस रेंज का सबसे ऊपर बाईं ओर मौजूद पॉइंट, मौजूदा रेंज से दी गई पंक्तियों और कॉलम के हिसाब से ऑफ़सेट होता है. साथ ही, सेल में दी गई ऊंचाई के हिसाब से भी ऑफ़सेट होता है.
offset(rowOffset, columnOffset, numRows, numColumns)Rangeयह फ़ंक्शन, मौजूदा रेंज के हिसाब से एक नई रेंज दिखाता है. इस रेंज का ऊपरी बायां हिस्सा, मौजूदा रेंज से दी गई पंक्तियों और कॉलम के हिसाब से ऑफ़सेट होता है. साथ ही, सेल में दी गई ऊंचाई और चौड़ाई के हिसाब से भी ऑफ़सेट होता है.
protect()Protectionयह एक ऑब्जेक्ट बनाता है, जो रेंज में बदलाव करने से रोक सकता है. हालांकि, जिन उपयोगकर्ताओं के पास अनुमति है वे बदलाव कर सकते हैं.
randomize()Rangeयह फ़ंक्शन, दी गई रेंज में पंक्तियों के क्रम को रैंडम कर देता है.
removeCheckboxes()Rangeरेंज से सभी चेकबॉक्स हटा देता है.
removeDuplicates()Rangeइस रेंज में मौजूद उन पंक्तियों को हटाता है जिनमें वैल्यू, किसी पिछली पंक्ति की वैल्यू की डुप्लीकेट होती हैं.
removeDuplicates(columnsToCompare)Rangeइस रेंज में मौजूद उन पंक्तियों को हटाता है जिनमें तय किए गए कॉलम में वैल्यू मौजूद हों और वे किसी पिछली पंक्ति की वैल्यू की डुप्लीकेट हों.
setBackground(color)Rangeसीएसएस नोटेशन (जैसे, '#ffffff' या 'white') में, रेंज की सभी सेल का बैकग्राउंड कलर सेट करता है.
setBackgroundObject(color)Rangeरेंज में मौजूद सभी सेल का बैकग्राउंड कलर सेट करता है.
setBackgroundObjects(color)Rangeबैकग्राउंड के रंगों का रेक्टैंगल ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setBackgroundRGB(red, green, blue)Rangeआरजीबी वैल्यू (0 से 255 के बीच के पूर्णांक) का इस्तेमाल करके, बैकग्राउंड को दिए गए रंग पर सेट करता है.
setBackgrounds(color)Rangeबैकग्राउंड के रंगों का रेक्टैंगल ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setBorder(top, left, bottom, right, vertical, horizontal)Rangeबॉर्डर प्रॉपर्टी सेट करता है.
setBorder(top, left, bottom, right, vertical, horizontal, color, style)Rangeबॉर्डर प्रॉपर्टी को कलर और/या स्टाइल के साथ सेट करता है.
setDataValidation(rule)Rangeयह रेंज में मौजूद सभी सेल के लिए, डेटा की पुष्टि करने का एक नियम सेट करता है.
setDataValidations(rules)Rangeयह रेंज में मौजूद सभी सेल के लिए, डेटा की पुष्टि करने के नियम सेट करता है.
setFontColor(color)Rangeसीएसएस नोटेशन (जैसे, '#ffffff' या 'white') में फ़ॉन्ट का रंग सेट करता है.
setFontColorObject(color)Rangeदी गई रेंज के फ़ॉन्ट का रंग सेट करता है.
setFontColorObjects(colors)Rangeफ़ॉन्ट के रंगों का एक आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setFontColors(colors)Rangeफ़ॉन्ट के रंगों का एक आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setFontFamilies(fontFamilies)Rangeफ़ॉन्ट फ़ैमिली का एक आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setFontFamily(fontFamily)Range"Arial" या "Helvetica" जैसे फ़ॉन्ट फ़ैमिली सेट करता है.
setFontLine(fontLine)Rangeदी गई रेंज ('underline', 'line-through' या 'none') के फ़ॉन्ट की लाइन स्टाइल सेट करता है.
setFontLines(fontLines)Rangeलाइन स्टाइल का आयताकार ग्रिड सेट करता है. यह इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setFontSize(size)Rangeफ़ॉन्ट का साइज़ सेट करता है. साइज़, पॉइंट साइज़ में होता है.
setFontSizes(sizes)Rangeफ़ॉन्ट साइज़ का एक आयताकार ग्रिड सेट करता है. यह इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setFontStyle(fontStyle)Rangeदी गई रेंज ('italic' या 'normal') के लिए फ़ॉन्ट स्टाइल सेट करें.
setFontStyles(fontStyles)Rangeफ़ॉन्ट स्टाइल का एक आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setFontWeight(fontWeight)Rangeदी गई रेंज के लिए फ़ॉन्ट वेट (सामान्य/बोल्ड) सेट करें.
setFontWeights(fontWeights)Rangeफ़ॉन्ट वेट का एक आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setFormula(formula)Rangeइस रेंज के लिए फ़ॉर्मूला अपडेट करता है.
setFormulaR1C1(formula)Rangeइस रेंज के लिए फ़ॉर्मूला अपडेट करता है.
setFormulas(formulas)Rangeफ़ॉर्मूला का एक आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setFormulasR1C1(formulas)Rangeफ़ॉर्मूला का एक आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setHorizontalAlignment(alignment)Rangeदी गई रेंज (बायां/मध्य/दायां) के लिए, हॉरिज़ॉन्टल (बाएं से दाएं) अलाइनमेंट सेट करें.
setHorizontalAlignments(alignments)Rangeहॉरिज़ॉन्टल अलाइनमेंट का रेक्टैंगल ग्रिड सेट करता है.
setNote(note)Rangeनोट को दी गई वैल्यू पर सेट करता है.
setNotes(notes)Rangeनोट का आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setNumberFormat(numberFormat)Rangeसंख्या या तारीख के फ़ॉर्मैट को, दी गई फ़ॉर्मैटिंग स्ट्रिंग पर सेट करता है.
setNumberFormats(numberFormats)Rangeसंख्या या तारीख के फ़ॉर्मैट का एक आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setRichTextValue(value)Rangeरेंज में मौजूद सेल के लिए, रिच टेक्स्ट वैल्यू सेट करता है.
setRichTextValues(values)Rangeरिच टेक्स्ट वैल्यू का एक आयताकार ग्रिड सेट करता है.
setShowHyperlink(showHyperlink)Rangeइससे यह सेट होता है कि रेंज में हाइपरलिंक दिखाने हैं या नहीं.
setTextDirection(direction)Rangeरेंज में मौजूद सेल के लिए टेक्स्ट की दिशा सेट करता है.
setTextDirections(directions)Rangeटेक्स्ट डायरेक्शन का आयताकार ग्रिड सेट करता है.
setTextRotation(degrees)Rangeरेंज में मौजूद सेल के लिए, टेक्स्ट रोटेशन की सेटिंग सेट करता है.
setTextRotation(rotation)Rangeरेंज में मौजूद सेल के लिए, टेक्स्ट रोटेशन की सेटिंग सेट करता है.
setTextRotations(rotations)Rangeटेक्स्ट रोटेशन का एक आयताकार ग्रिड सेट करता है.
setTextStyle(style)Rangeइस विकल्प से, रेंज में मौजूद सेल के लिए टेक्स्ट स्टाइल सेट की जाती है.
setTextStyles(styles)Rangeटेक्स्ट स्टाइल का आयताकार ग्रिड सेट करता है.
setValue(value)Rangeरेंज की वैल्यू सेट करता है.
setValues(values)Rangeवैल्यू का एक आयताकार ग्रिड सेट करता है. यह इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setVerticalAlignment(alignment)Rangeदी गई रेंज (ऊपर/बीच/नीचे) के लिए, वर्टिकल (ऊपर से नीचे) अलाइनमेंट सेट करें.
setVerticalAlignments(alignments)Rangeवर्टिकल अलाइनमेंट का एक आयताकार ग्रिड सेट करता है. यह इस रेंज के डाइमेंशन से मेल खाना चाहिए.
setVerticalText(isVertical)Rangeइससे यह सेट होता है कि रेंज में मौजूद सेल के लिए टेक्स्ट को स्टैक करना है या नहीं.
setWrap(isWrapEnabled)Rangeदी गई रेंज के लिए सेल रैप सेट करें.
setWrapStrategies(strategies)Rangeरैपिंग की रणनीतियों का रेक्टैंगल ग्रिड सेट करता है.
setWrapStrategy(strategy)Rangeइस विकल्प से, रेंज में मौजूद सेल के लिए टेक्स्ट रैपिंग की रणनीति सेट की जाती है.
setWraps(isWrapEnabled)Rangeटेक्स्ट रैप करने की नीतियों का एक आयताकार ग्रिड सेट करता है. यह ग्रिड, इस रेंज के डाइमेंशन से मेल खाना चाहिए.
shiftColumnGroupDepth(delta)Rangeरेंज के कॉलम ग्रुपिंग की गहराई को तय की गई रकम से बदलता है.
shiftRowGroupDepth(delta)Rangeरेंज की पंक्ति ग्रुपिंग की गहराई को तय रकम से बदलता है.
sort(sortSpecObj)Rangeयह फ़ंक्शन, दी गई रेंज में मौजूद सेल को कॉलम और तय किए गए क्रम के हिसाब से क्रम में लगाता है.
splitTextToColumns()voidअपने-आप पहचाने गए डेलिमिटर के आधार पर, टेक्स्ट के कॉलम को कई कॉलम में बांटता है.
splitTextToColumns(delimiter)voidटेक्स्ट के कॉलम को कई कॉलम में बांटता है. इसके लिए, तय की गई स्ट्रिंग को कस्टम डेलिमिटर के तौर पर इस्तेमाल किया जाता है.
splitTextToColumns(delimiter)voidतय किए गए डेलिमिटर के आधार पर, टेक्स्ट के कॉलम को कई कॉलम में बांटता है.
trimWhitespace()Rangeइस रेंज की हर सेल में मौजूद खाली जगह (जैसे, स्पेस, टैब या नई लाइन) को काट देता है.
uncheck()Rangeयह फ़ंक्शन, रेंज में मौजूद चेकबॉक्स की स्थिति को “चेक नहीं किया गया” में बदल देता है.

ज़्यादा जानकारी वाला दस्तावेज़

activate()

यह फ़ंक्शन, तय की गई रेंज को active range के तौर पर सेट करता है. साथ ही, रेंज में सबसे ऊपर बाईं ओर मौजूद सेल को current cell के तौर पर सेट करता है.

const sheet = SpreadsheetApp.getActiveSpreadsheet().getSheets()[0];
const range = sheet.getRange('A1:D10');
range.activate();

const selection = sheet.getSelection();
// Current cell: A1
const currentCell = selection.getCurrentCell();
// Active Range: A1:D10
const activeRange = selection.getActiveRange();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.


activateAsCurrentCell()

किसी सेल को current cell के तौर पर सेट करता है.

अगर चुनी गई सेल किसी मौजूदा रेंज में मौजूद है, तो वह रेंज चालू रेंज बन जाती है और सेल को मौजूदा सेल के तौर पर सेट कर दिया जाता है.

अगर चुनी गई सेल किसी मौजूदा रेंज में मौजूद नहीं है, तो मौजूदा सेल हटा दी जाती है और वह सेल मौजूदा सेल और चालू रेंज बन जाती है.

ध्यान दें: बताए गए Range में एक सेल होनी चाहिए. ऐसा न होने पर, अपवाद दिखता है.

// Gets the first sheet of the spreadsheet.
const sheet = SpreadsheetApp.getActiveSpreadsheet().getSheets()[0];

// Gets the cell B5 and sets it as the active cell.
const range = sheet.getRange('B5');
const currentCell = range.activateAsCurrentCell();

// Logs the activated cell.
console.log(currentCell.getA1Notation());

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

addDeveloperMetadata(key)

रेंज में, तय की गई कुंजी के साथ डेवलपर मेटाडेटा जोड़ता है.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets row 2 on the sheet.
const range = sheet.getRange('2:2');

// Adds the key 'NAME' to the developer metadata for row 2.
range.addDeveloperMetadata('NAME');

// Gets the metadata and logs it to the console.
const developerMetaData = range.getDeveloperMetadata()[0];
console.log(developerMetaData.getKey());

पैरामीटर

नामटाइपब्यौरा
keyStringनए डेवलपर मेटाडेटा की कुंजी.

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

addDeveloperMetadata(key, visibility)

तय की गई कुंजी और रेंज में दिखने की सेटिंग के साथ डेवलपर मेटाडेटा जोड़ता है.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets row 2 on Sheet1.
const range = sheet.getRange('2:2');

// Adds the key 'NAME' and sets the developer metadata visibility to 'DOCUMENT'
// for row 2 on Sheet1.
range.addDeveloperMetadata(
    'NAME',
    SpreadsheetApp.DeveloperMetadataVisibility.DOCUMENT,
);

// Gets the updated metadata info and logs it to the console.
const developerMetaData = range.getDeveloperMetadata()[0];
console.log(developerMetaData.getKey());
console.log(developerMetaData.getVisibility().toString());

पैरामीटर

नामटाइपब्यौरा
keyStringनए डेवलपर मेटाडेटा की कुंजी.
visibilityDeveloperMetadataVisibilityनए डेवलपर मेटाडेटा की दिखने की सेटिंग.

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

addDeveloperMetadata(key, value)

यह फ़ंक्शन, रेंज में बताई गई कुंजी और वैल्यू के साथ डेवलपर मेटाडेटा जोड़ता है.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets row 2 of Sheet1.
const range = sheet.getRange('2:2');

// Adds the key 'NAME' and sets the value to 'GOOGLE' for the metadata of row 2.
range.addDeveloperMetadata('NAME', 'GOOGLE');

// Gets the metadata and logs it to the console.
const developerMetaData = range.getDeveloperMetadata()[0];
console.log(developerMetaData.getKey());
console.log(developerMetaData.getValue());

पैरामीटर

नामटाइपब्यौरा
keyStringनए डेवलपर मेटाडेटा की कुंजी.
valueStringनए डेवलपर मेटाडेटा की वैल्यू.

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

addDeveloperMetadata(key, value, visibility)

तय की गई कीवर्ड, वैल्यू, और विज़िबिलिटी के साथ डेवलपर मेटाडेटा को रेंज में जोड़ता है.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets row 2 on the sheet.
const range = sheet.getRange('2:2');

// Adds the key 'NAME', sets the value to 'GOOGLE', and sets the visibility
// to PROJECT for row 2 on the sheet.
range.addDeveloperMetadata(
    'NAME',
    'GOOGLE',
    SpreadsheetApp.DeveloperMetadataVisibility.PROJECT,
);

// Gets the updated metadata info and logs it to the console.
const developerMetaData = range.getDeveloperMetadata()[0];
console.log(developerMetaData.getKey());
console.log(developerMetaData.getValue());
console.log(developerMetaData.getVisibility().toString());

पैरामीटर

नामटाइपब्यौरा
keyStringनए डेवलपर मेटाडेटा की कुंजी.
valueStringनए डेवलपर मेटाडेटा की वैल्यू.
visibilityDeveloperMetadataVisibilityनए डेवलपर मेटाडेटा की दिखने की सेटिंग.

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

applyColumnBanding()

रेंज में कॉलम बैंडिंग की डिफ़ॉल्ट थीम लागू करता है. डिफ़ॉल्ट रूप से, बैंडिंग में हेडर का रंग होता है और फ़ुटर का रंग नहीं होता.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets row 2 on the sheet.
const range = sheet.getRange('2:2');

// Applies column banding to row 2.
const colBanding = range.applyColumnBanding();

// Gets the first banding on the sheet and logs the color of the header column.
console.log(
    sheet.getBandings()[0]
        .getHeaderColumnColorObject()
        .asRgbColor()
        .asHexString(),
);

// Gets the first banding on the sheet and logs the color of the second column.
console.log(
    sheet.getBandings()[0]
        .getSecondColumnColorObject()
        .asRgbColor()
        .asHexString(),
);

वापसी का टिकट

Banding — नई बैंडिंग.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

applyColumnBanding(bandingTheme)

रेंज में, कॉलम के लिए तय की गई थीम लागू करता है. डिफ़ॉल्ट रूप से, बैंडिंग में हेडर और कोई फ़ुटर रंग नहीं होता.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets row 2 on the sheet.
const range = sheet.getRange('2:2');

// Applies the INDIGO color banding theme to the columns in row 2.
const colBanding = range.applyColumnBanding(SpreadsheetApp.BandingTheme.INDIGO);

// Gets the first banding on the sheet and logs the color of the second column.
console.log(
    sheet.getBandings()[0]
        .getSecondColumnColorObject()
        .asRgbColor()
        .asHexString(),
);

पैरामीटर

नामटाइपब्यौरा
bandingThemeBandingThemeरेंज में मौजूद कॉलम पर लागू करने के लिए रंग की थीम.

वापसी का टिकट

Banding — नई बैंडिंग.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

applyColumnBanding(bandingTheme, showHeader, showFooter)

यह फ़ंक्शन, हेडर और फ़ुटर की तय सेटिंग के साथ रेंज पर, कॉलम बैंडिंग की किसी खास थीम को लागू करता है.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets rows 12-22 on the sheet.
const range = sheet.getRange('12:22');

// Applies the BLUE color banding theme to rows 12-22.
// Sets the header visibility to false and the footer visibility to true.
const colBanding = range.applyColumnBanding(
    SpreadsheetApp.BandingTheme.BLUE,
    false,
    true,
);

// Gets the banding color and logs it to the console.
console.log(
    sheet.getBandings()[0]
        .getSecondColumnColorObject()
        .asRgbColor()
        .asHexString(),
);

// Gets the header color object and logs it to the console. Returns null because
// the header visibility is set to false.
console.log(sheet.getBandings()[0].getHeaderColumnColorObject());

// Gets the footer color and logs it to the console.
console.log(
    sheet.getBandings()[0]
        .getFooterColumnColorObject()
        .asRgbColor()
        .asHexString(),
);

पैरामीटर

नामटाइपब्यौरा
bandingThemeBandingThemeरेंज में मौजूद कॉलम पर लागू करने के लिए रंग की थीम.
showHeaderBooleanअगर true है, तो बैंडिंग थीम हेडर का रंग पहले कॉलम पर लागू होता है.
showFooterBooleanअगर true है, तो बैंडिंग थीम के फ़ुटर का रंग आखिरी कॉलम पर लागू होता है.

वापसी का टिकट

Banding — नई बैंडिंग.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

applyRowBanding()

रेंज में, लाइन को बांटने की डिफ़ॉल्ट थीम लागू करता है. डिफ़ॉल्ट रूप से, बैंडिंग में हेडर का रंग होता है और फ़ुटर का रंग नहीं होता.

// Opens the spreadsheet by its URL. If you created your script from within a
// Google Sheets spreadsheet, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets rows 1-30 on Sheet1.
const range = sheet.getRange('1:30');

// Applies row banding to rows 1-30.
range.applyRowBanding();

// Gets the hex color of the second banded row.
const secondRowColor =
    range.getBandings()[0].getSecondRowColorObject().asRgbColor().asHexString();

// Logs the hex color to console.
console.log(secondRowColor);

वापसी का टिकट

Banding — बैंडिंग.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

applyRowBanding(bandingTheme)

रेंज में, पंक्ति के बैंड की कोई खास थीम लागू करता है. डिफ़ॉल्ट रूप से, बैंडिंग में हेडर का रंग होता है और फ़ुटर का रंग नहीं होता.

// Opens the spreadsheet by its URL. If you created your script from within a
// Google Sheets spreadsheet, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets rows 1-30 on Sheet1.
const range = sheet.getRange('1:30');

// Applies the INDIGO row banding theme to rows 1-30.
range.applyRowBanding(SpreadsheetApp.BandingTheme.INDIGO);

// Gets the hex color of the second banded row.
const secondRowColor =
    range.getBandings()[0].getSecondRowColorObject().asRgbColor().asHexString();

// Logs the hex color to console.
console.log(secondRowColor);

पैरामीटर

नामटाइपब्यौरा
bandingThemeBandingThemeरेंज में मौजूद लाइनों पर लागू करने के लिए रंग की थीम.

वापसी का टिकट

Banding — नई बैंडिंग.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

applyRowBanding(bandingTheme, showHeader, showFooter)

हेडर और फ़ुटर की तय सेटिंग के साथ, रेंज में पंक्ति बैंडिंग की चुनी गई थीम लागू करता है.

// Opens the spreadsheet by its URL. If you created your script from within a
// Google Sheets spreadsheet, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets rows 1-30 on Sheet1.
const range = sheet.getRange('1:30');

// Applies the INDIGO row banding to rows 1-30 and
// specifies to hide the header and show the footer.
range.applyRowBanding(SpreadsheetApp.BandingTheme.INDIGO, false, true);

पैरामीटर

नामटाइपब्यौरा
bandingThemeBandingThemeरेंज में मौजूद लाइनों पर लागू करने के लिए रंग की थीम.
showHeaderBooleanअगर true है, तो पहली पंक्ति पर बैंडिंग थीम हेडर का रंग लागू होता है.
showFooterBooleanअगर true है, तो बैंडिंग थीम के फ़ुटर का रंग आखिरी लाइन पर लागू होता है.

वापसी का टिकट

Banding — नई बैंडिंग.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

autoFill(destination, series)

इस रेंज में मौजूद डेटा के आधार पर, destinationRange को डेटा से भरता है. नई वैल्यू, तय किए गए series टाइप के हिसाब से भी तय होती हैं. डेस्टिनेशन रेंज में यह रेंज शामिल होनी चाहिए और इसे सिर्फ़ एक दिशा में बढ़ाया जाना चाहिए. उदाहरण के लिए, यह फ़ंक्शन A1:A20 को A1:A4 में मौजूद मौजूदा वैल्यू के आधार पर, बढ़ती संख्याओं की सीरीज़ से भरता है:

const sheet = SpreadsheetApp.getActiveSheet();

// Has values [1, 2, 3, 4].
const sourceRange = sheet.getRange('A1:A4');
// The range to fill with values.
const destination = sheet.getRange('A1:A20');

// Inserts new values in A5:A20, continuing the pattern expressed in A1:A4
sourceRange.autoFill(destination, SpreadsheetApp.AutoFillSeries.DEFAULT_SERIES);

पैरामीटर

नामटाइपब्यौरा
destinationRangeवह रेंज जिसमें वैल्यू अपने-आप भरनी हैं. डेस्टिनेशन रेंज में यह रेंज शामिल होनी चाहिए और इसे सिर्फ़ एक दिशा (ऊपर, नीचे, बाईं या दाईं) में बढ़ाया जाना चाहिए.
seriesAutoFillSeriesनई वैल्यू का हिसाब लगाने के लिए, ऑटोमैटिक भरने की उस सीरीज़ का टाइप जिसका इस्तेमाल किया जाना चाहिए. सोर्स डेटा के टाइप और मात्रा के आधार पर, इस सीरीज़ का असर अलग-अलग होता है.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

autoFillToNeighbor(series)

यह फ़ंक्शन, आस-पास की सेल के आधार पर, नई वैल्यू से भरने के लिए रेंज का हिसाब लगाता है. साथ ही, उस रेंज में मौजूद डेटा के आधार पर, उस रेंज को नई वैल्यू से अपने-आप भर देता है. ये नई वैल्यू, तय किए गए series टाइप के हिसाब से भी तय होती हैं.

कैलकुलेट की गई डेस्टिनेशन रेंज, आस-पास के डेटा को ध्यान में रखकर यह तय करती है कि नई वैल्यू कहां डाली जानी चाहिए: अगर अपने-आप भरने वाले कॉलम की बाईं या दाईं ओर डेटा है, तो नई वैल्यू सिर्फ़ आस-पास के डेटा तक ही दिखेंगी.

उदाहरण के लिए, अगर A1:A20 में बढ़ती संख्याओं की सीरीज़ भरी हुई है और इस तरीके को B1:B4 रेंज पर लागू किया जाता है, जिसमें तारीखों की सीरीज़ है, तो नई वैल्यू सिर्फ़ B5:B20 में डाली जाती हैं. इस तरह, ये नई वैल्यू उन सेल में "स्टिक" हो जाती हैं जिनमें कॉलम A में वैल्यू होती हैं.

const sheet = SpreadsheetApp.getActiveSheet();

// A1:A20 has values [1, 2, 3, ... 20].
// B1:B4 has values [1/1/2017, 1/2/2017, ...]
const sourceRange = sheet.getRange('B1:B4');

// Results in B5:B20 having values [1/5/2017, ... 1/20/2017]
sourceRange.autoFillToNeighbor(SpreadsheetApp.AutoFillSeries.DEFAULT_SERIES);

पैरामीटर

नामटाइपब्यौरा
seriesAutoFillSeriesनई वैल्यू का हिसाब लगाने के लिए, ऑटोमैटिक भरने की उस सीरीज़ का टाइप जिसका इस्तेमाल किया जाना चाहिए. सोर्स डेटा के टाइप और मात्रा के आधार पर, इस सीरीज़ का असर अलग-अलग होता है.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

breakApart()

रेंज में मौजूद, एक से ज़्यादा कॉलम वाली सेल को फिर से अलग-अलग सेल में बांटें.

किसी रेंज पर इस फ़ंक्शन को कॉल करने का मतलब है कि आपने रेंज चुनी है और फ़ॉर्मैट करें > सेल मर्ज करें > मर्ज करें पर क्लिक किया है.

// Opens the spreadsheet by its URL. If you created your script from within a
// Google Sheets spreadsheet, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets the range A1:C6 on Sheet1.
const range = sheet.getRange('A1:C6');

// Unmerges the range A1:C6 into individual cells.
range.breakApart();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

canEdit()

इससे यह तय होता है कि उपयोगकर्ता के पास रेंज में मौजूद हर सेल में बदलाव करने की अनुमति है या नहीं. स्प्रेडशीट का मालिक, सुरक्षित रेंज और शीट में हमेशा बदलाव कर सकता है.

// Opens the spreadsheet by its URL. If you created your script from within a
// Google Sheets spreadsheet, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets the range A1:C6 on Sheet1.
const range = sheet.getRange('A1:C6');

// Logs whether the user has permission to edit every cell in the range.
console.log(range.canEdit());

वापसी का टिकट

Booleantrue, अगर उपयोगकर्ता के पास रेंज में मौजूद हर सेल में बदलाव करने की अनुमति है; false अन्यथा.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

check()

रेंज में मौजूद चेकबॉक्स की स्थिति को “चुना गया” में बदलता है. रेंज में मौजूद उन सेल को अनदेखा करता है जिनमें फ़िलहाल, चुने गए या नहीं चुने गए वैल्यू को कॉन्फ़िगर नहीं किया गया है.

// Changes the state of cells which currently contain either the checked or
// unchecked value configured in the range A1:B10 to 'checked'.
const range = SpreadsheetApp.getActive().getRange('A1:B10');
range.check();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

clear()

कॉन्टेंट और फ़ॉर्मैट की रेंज हटाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('A1:D10');
range.clear();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

clear(options)

दिए गए बेहतर विकल्पों के मुताबिक, कॉन्टेंट, फ़ॉर्मैट, डेटा की पुष्टि करने के नियमों, और/या टिप्पणियों की रेंज को मिटाता है. डिफ़ॉल्ट रूप से, सारा डेटा मिट जाता है.

// The code below clears range C2:G7 in the active sheet, but preserves the
// format, data validation rules, and comments.
SpreadsheetApp.getActiveSheet().getRange(2, 3, 6, 5).clear({
  contentsOnly: true
});

पैरामीटर

नामटाइपब्यौरा
optionsObjectएक JavaScript ऑब्जेक्ट, जो बेहतर पैरामीटर के बारे में बताता है, जैसा कि नीचे दिया गया है.

उन्नत पैरामीटर

नामटाइपब्यौरा
commentsOnlyBooleanसिर्फ़ टिप्पणियां मिटानी हैं या नहीं.
contentsOnlyBooleanसिर्फ़ कॉन्टेंट मिटाना है या नहीं.
formatOnlyBooleanसिर्फ़ फ़ॉर्मैट मिटाना है या नहीं; ध्यान दें कि फ़ॉर्मैट मिटाने पर, डेटा की पुष्टि करने के नियम भी मिट जाते हैं.
validationsOnlyBooleanसिर्फ़ डेटा की पुष्टि करने के नियमों को मिटाना है या नहीं.
skipFilteredRowsBooleanफ़िल्टर की गई पंक्तियों को हटाने से बचना है या नहीं.

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

clearContent()

रेंज का कॉन्टेंट मिटा देता है, लेकिन फ़ॉर्मैटिंग में कोई बदलाव नहीं करता.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('A1:D10');
range.clearContent();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

clearDataValidations()

रेंज के लिए, डेटा की पुष्टि करने के नियमों को हटाता है.

// Clear the data validation rules for cells A1:B5.
const range = SpreadsheetApp.getActive().getRange('A1:B5');
range.clearDataValidations();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

clearFormat()

इस रेंज की फ़ॉर्मैटिंग हटाता है.

इससे रेंज में मौजूद सेल या सेल के टेक्स्ट फ़ॉर्मैट को हटा दिया जाता है. हालांकि, इससे संख्या फ़ॉर्मैट करने के किसी भी नियम को रीसेट नहीं किया जाता.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('A1:D10');
range.clearFormat();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

clearNote()

यह फ़ंक्शन, दी गई सेल या सेल में मौजूद नोट मिटा देता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('A1:D10');
range.clearNote();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

collapseGroups()

इस रेंज में मौजूद सभी ग्रुप को छोटा कर देता है. अगर कोई भी ग्रुप पूरी तरह से रेंज में नहीं है, तो सबसे ज़्यादा बड़ा किया गया वह ग्रुप छोटा कर दिया जाता है जो रेंज में कुछ हद तक है.

const sheet = SpreadsheetApp.getActiveSpreadsheet().getSheets()[0];
const range = sheet.getActiveRange();

// All row and column groups within the range are collapsed.
range.collapseGroups();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

copyFormatToRange(gridId, column, columnEnd, row, rowEnd)

रेंज की फ़ॉर्मैटिंग को बताई गई जगह पर कॉपी करें. अगर डेस्टिनेशन, सोर्स रेंज से बड़ा या छोटा है, तो सोर्स को उसके हिसाब से दोहराया या छोटा किया जाता है. ध्यान दें कि इस तरीके से सिर्फ़ फ़ॉर्मैटिंग कॉपी होती है.

gridId पैरामीटर के बारे में ज़्यादा जानकारी के लिए, getGridId() देखें.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const source = ss.getSheets()[0];

const range = source.getRange('B2:D4');

// This copies the formatting in B2:D4 in the source sheet to
// D4:F6 in the sheet with gridId 1555299895. Note that you can get the gridId
// of a sheet by calling sheet.getSheetId() or range.getGridId().
range.copyFormatToRange(1555299895, 4, 6, 4, 6);

पैरामीटर

नामटाइपब्यौरा
gridIdIntegerस्प्रेडशीट में मौजूद शीट का यूनीक आईडी. इस बात से कोई फ़र्क़ नहीं पड़ता कि शीट किस क्रम में है.
columnIntegerटारगेट रेंज का पहला कॉलम.
columnEndIntegerटारगेट रेंज का आखिरी कॉलम.
rowIntegerटारगेट रेंज की शुरुआती पंक्ति.
rowEndIntegerटारगेट रेंज की आखिरी पंक्ति.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

इन्हें भी देखें


copyFormatToRange(sheet, column, columnEnd, row, rowEnd)

रेंज की फ़ॉर्मैटिंग को बताई गई जगह पर कॉपी करें. अगर डेस्टिनेशन, सोर्स रेंज से बड़ा या छोटा है, तो सोर्स को उसके हिसाब से दोहराया या छोटा किया जाता है. ध्यान दें कि इस तरीके से सिर्फ़ फ़ॉर्मैटिंग कॉपी होती है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const source = ss.getSheets()[0];
const destination = ss.getSheets()[1];

const range = source.getRange('B2:D4');

// This copies the formatting in B2:D4 in the source sheet to
// D4:F6 in the second sheet
range.copyFormatToRange(destination, 4, 6, 4, 6);

पैरामीटर

नामटाइपब्यौरा
sheetSheetटारगेट शीट.
columnIntegerटारगेट रेंज का पहला कॉलम.
columnEndIntegerटारगेट रेंज का आखिरी कॉलम.
rowIntegerटारगेट रेंज की शुरुआती पंक्ति.
rowEndIntegerटारगेट रेंज की आखिरी पंक्ति.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

copyTo(destination)

यह फ़ंक्शन, सेल की किसी रेंज से डेटा को दूसरी रेंज में कॉपी करता है. वैल्यू और फ़ॉर्मैटिंग, दोनों को कॉपी किया जाता है.

// The code below copies the first 5 columns over to the 6th column.
const sheet = SpreadsheetApp.getActiveSheet();
const rangeToCopy = sheet.getRange(1, 1, sheet.getMaxRows(), 5);
rangeToCopy.copyTo(sheet.getRange(1, 6));

पैरामीटर

नामटाइपब्यौरा
destinationRangeडेस्टिनेशन रेंज, जिसमें कॉपी करना है. इसमें सिर्फ़ सबसे ऊपर बाईं ओर मौजूद सेल की पोज़िशन काम की है.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

copyTo(destination, copyPasteType, transposed)

यह फ़ंक्शन, सेल की किसी रेंज से डेटा को दूसरी रेंज में कॉपी करता है.

// The code below copies only the values of the first 5 columns over to the 6th
// column.
const sheet = SpreadsheetApp.getActiveSheet();
sheet.getRange('A:E').copyTo(
    sheet.getRange('F1'),
    SpreadsheetApp.CopyPasteType.PASTE_VALUES,
    false,
);

पैरामीटर

नामटाइपब्यौरा
destinationRangeडेस्टिनेशन रेंज, जिसमें कॉपी करना है. इसमें सिर्फ़ सबसे ऊपर बाईं ओर मौजूद सेल की पोज़िशन काम की है.
copyPasteTypeCopyPasteTypeयह एक टाइप है, जो यह बताता है कि रेंज के कॉन्टेंट को डेस्टिनेशन में कैसे चिपकाया जाता है.
transposedBooleanरेंज को ट्रांसपोज़ किया गया ओरिएंटेशन में चिपकाया जाना चाहिए या नहीं.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

copyTo(destination, options)

यह फ़ंक्शन, सेल की किसी रेंज से डेटा को दूसरी रेंज में कॉपी करता है. डिफ़ॉल्ट रूप से, वैल्यू और फ़ॉर्मैट, दोनों को कॉपी किया जाता है. हालांकि, बेहतर आर्ग्युमेंट का इस्तेमाल करके, इसे बदला जा सकता है.

// The code below copies only the values of the first 5 columns over to the 6th
// column.
const sheet = SpreadsheetApp.getActiveSheet();
sheet.getRange('A:E').copyTo(sheet.getRange('F1'), {contentsOnly: true});

पैरामीटर

नामटाइपब्यौरा
destinationRangeडेस्टिनेशन रेंज, जिसमें कॉपी करना है. इसमें सिर्फ़ सबसे ऊपर बाईं ओर मौजूद सेल की पोज़िशन काम की है.
optionsObjectएक JavaScript ऑब्जेक्ट, जो बेहतर पैरामीटर के बारे में बताता है, जैसा कि नीचे दिया गया है.

उन्नत पैरामीटर

नामटाइपब्यौरा
formatOnlyBooleanका मतलब है कि सिर्फ़ फ़ॉर्मैट कॉपी किया जाना चाहिए
contentsOnlyBooleanइसका मतलब है कि सिर्फ़ कॉन्टेंट को कॉपी किया जाना चाहिए

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

copyValuesToRange(gridId, column, columnEnd, row, rowEnd)

रेंज के कॉन्टेंट को दी गई जगह पर कॉपी करें. अगर डेस्टिनेशन, सोर्स रेंज से बड़ा या छोटा है, तो सोर्स को उसके हिसाब से दोहराया या छोटा किया जाता है.

gridId पैरामीटर के बारे में ज़्यादा जानकारी के लिए, getGridId() देखें.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const source = ss.getSheets()[0];

const range = source.getRange('B2:D4');

// This copies the data in B2:D4 in the source sheet to
// D4:F6 in the sheet with gridId 0
range.copyValuesToRange(0, 4, 6, 4, 6);

पैरामीटर

नामटाइपब्यौरा
gridIdIntegerस्प्रेडशीट में मौजूद शीट का यूनीक आईडी. इस बात से कोई फ़र्क़ नहीं पड़ता कि शीट किस क्रम में है.
columnIntegerटारगेट रेंज का पहला कॉलम.
columnEndIntegerटारगेट रेंज का आखिरी कॉलम.
rowIntegerटारगेट रेंज की शुरुआती पंक्ति.
rowEndIntegerटारगेट रेंज की आखिरी पंक्ति.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

इन्हें भी देखें


copyValuesToRange(sheet, column, columnEnd, row, rowEnd)

रेंज के कॉन्टेंट को दी गई जगह पर कॉपी करें. अगर डेस्टिनेशन, सोर्स रेंज से बड़ा या छोटा है, तो सोर्स को उसके हिसाब से दोहराया या छोटा किया जाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const source = ss.getSheets()[0];
const destination = ss.getSheets()[1];

const range = source.getRange('B2:D4');

// This copies the data in B2:D4 in the source sheet to
// D4:F6 in the second sheet
range.copyValuesToRange(destination, 4, 6, 4, 6);

पैरामीटर

नामटाइपब्यौरा
sheetSheetटारगेट शीट.
columnIntegerटारगेट रेंज का पहला कॉलम.
columnEndIntegerटारगेट रेंज का आखिरी कॉलम.
rowIntegerटारगेट रेंज की शुरुआती पंक्ति.
rowEndIntegerटारगेट रेंज की आखिरी पंक्ति.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

createDataSourcePivotTable(dataSource)

डेटा सोर्स से खाली डेटा सोर्स पिवट टेबल बनाता है. यह टेबल, इस रेंज की पहली सेल पर ऐंकर की जाती है.

इस उदाहरण में, नए डेटा सोर्स की पिवट टेबल बनाने और उसे कॉन्फ़िगर करने का तरीका बताया गया है.

const spreadsheet = SpreadsheetApp.getActiveSpreadsheet();
const anchorCell = spreadsheet.getSheets()[0].getRange('A1');
const dataSource = spreadsheet.getDataSources()[0];

const pivotTable = anchorCell.createDataSourcePivotTable(dataSource);
pivotTable.addRowGroup('dataColumnA');
pivotTable.addColumnGroup('dataColumnB');
pivotTable.addPivotValue(
    'dataColumnC',
    SpreadsheetApp.PivotTableSummarizeFunction.SUM,
);
pivotTable.addFilter(
    'dataColumnA',
    SpreadsheetApp.newFilterCriteria().whenTextStartsWith('A').build(),
);

पैरामीटर

नामटाइपब्यौरा
dataSourceDataSourceपिवट टेबल बनाने के लिए डेटा सोर्स.

वापसी का टिकट

DataSourcePivotTable — नया डेटा सोर्स पिवट टेबल.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

createDataSourceTable(dataSource)

डेटा सोर्स से खाली डेटा सोर्स टेबल बनाता है. यह टेबल, इस रेंज की पहली सेल में ऐंकर की जाती है.

इस उदाहरण में, नई डेटा सोर्स टेबल बनाने और उसे कॉन्फ़िगर करने का तरीका बताया गया है.

const spreadsheet = SpreadsheetApp.getActiveSpreadsheet();
const anchorCell = spreadsheet.getSheets()[0].getRange('A1');
const dataSource = spreadsheet.getDataSources()[0];

const dataSourceTable =
    anchorCell.createDataSourceTable(dataSource)
        .addColumns('dataColumnA', 'dataColumnB', 'dataColumnC')
        .addSortSpec('dataColumnA', true)    // ascending=true
        .addSortSpec('dataColumnB', false);  // ascending=false

पैरामीटर

नामटाइपब्यौरा
dataSourceDataSourceपिवट टेबल बनाने के लिए डेटा सोर्स.

वापसी का टिकट

DataSourceTable — नई बनाई गई डेटा सोर्स टेबल.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

createDeveloperMetadataFinder()

इस रेंज के दायरे में डेवलपर मेटाडेटा ढूंढने के लिए, DeveloperMetadataFinderApi दिखाता है. मेटाडेटा, रेंज के दायरे में सिर्फ़ तब आता है, जब वह पूरी तरह से उस रेंज में हो. उदाहरण के लिए, पंक्ति ‘3:3’ से जुड़ा मेटाडेटा, रेंज के दायरे में नहीं आता है ‘A1:D5’, लेकिन रेंज के दायरे में आता है ‘1:5’.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets the range A1:C6.
const range = sheet.getRange('A1:C6');

// Creates a developer metadata finder to search for metadata in the scope of
// this range.
const developerMetaDataFinder = range.createDeveloperMetadataFinder();

// Logs information about the developer metadata finder to the console.
const developerMetaData = developerMetaDataFinder.find()[0];
console.log(developerMetaData.getKey());
console.log(developerMetaData.getValue());
console.log(developerMetaData.getVisibility().toString());

वापसी का टिकट

DeveloperMetadataFinder — इस रेंज के दायरे में मेटाडेटा खोजने के लिए, डेवलपर मेटाडेटा फ़ाइंडर.


createFilter()

यह फ़ंक्शन एक फ़िल्टर बनाता है और उसे शीट की तय की गई रेंज पर लागू करता है. किसी शीट पर एक से ज़्यादा फ़िल्टर नहीं बनाए जा सकते. फ़िल्टर बनाने के बाद, उसे ऐक्सेस करने और उसमें बदलाव करने के लिए, getFilter() या Sheet.getFilter() का इस्तेमाल करें.

const ss = SpreadsheetApp.getActiveSheet();
const range = ss.getRange('A1:C20');

// Creates a new filter and applies it to the range A1:C20 on the active sheet.
function createFilter() {
  range.createFilter();
}
// Gets the filter and applies criteria that only shows cells that aren't empty.
function getFilterAddCriteria() {
  const filter = range.getFilter();
  const criteria =
      SpreadsheetApp.newFilterCriteria().whenCellNotEmpty().build();
  filter.setColumnFilterCriteria(2, criteria);
}
इस तरीके का इस्तेमाल करके, Grid शीट के लिए फ़िल्टर बनाएं. यह शीट का डिफ़ॉल्ट टाइप होता है. ग्रिड शीट ऐसी शीट होती हैं जो किसी डेटाबेस से कनेक्ट नहीं होतीं. अन्य तरह के फ़िल्टर बनाने के लिए, यहां दी गई जानकारी देखें:

वापसी का टिकट

Filter — नया फ़िल्टर.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

createPivotTable(sourceData)

इस रेंज में पहली सेल पर ऐंकर की गई sourceData से, खाली पिवट टेबल बनाता है.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets cell A1 as a range in order to place the pivot table.
const range = sheet.getRange('A1');

// Gets the range of the source data for the pivot table.
const dataRange = sheet.getRange('E12:G20');

// Creates an empty pivot table from the specified source data.
const pivotTable = range.createPivotTable(dataRange);

// Logs the values from the pivot table's source data to the console.
console.log(pivotTable.getSourceDataRange().getValues());

पैरामीटर

नामटाइपब्यौरा
sourceDataRangeपिवट टेबल बनाने के लिए डेटा.

वापसी का टिकट

PivotTable — नया बनाया गया PivotTable.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

createTextFinder(findText)

रेंज के लिए टेक्स्ट फ़ाइंडर बनाता है, जो इस रेंज में टेक्स्ट ढूंढ सकता है और उसे बदल सकता है.

const sheet = SpreadsheetApp.getActiveSpreadsheet().getSheets()[0];
const range = sheet.getActiveRange();

// Creates  a text finder for the range.
const textFinder = range.createTextFinder('dog');

// Returns the first occurrence of 'dog'.
const firstOccurrence = textFinder.findNext();

// Replaces the last found occurrence of 'dog' with 'cat' and returns the number
// of occurrences replaced.
const numOccurrencesReplaced = textFinder.replaceWith('cat');

पैरामीटर

नामटाइपब्यौरा
findTextStringवह टेक्स्ट जिसे खोजना है.

वापसी का टिकट

TextFinder — रेंज के लिए TextFinder


deleteCells(shiftDimension)

सेल की इस रेंज को मिटाता है. दिए गए डाइमेंशन के साथ शीट में मौजूद डेटा, मिटाई गई रेंज में शिफ़्ट हो जाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('A1:D10');
range.deleteCells(SpreadsheetApp.Dimension.COLUMNS);

पैरामीटर

नामटाइपब्यौरा
shiftDimensionDimensionवह डाइमेंशन जिस पर मौजूदा डेटा को शिफ़्ट करना है.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

expandGroups()

छोटा किए गए उन ग्रुप को बड़ा करता है जिनकी रेंज या कंट्रोल टॉगल, इस रेंज से इंटरसेक्शन करता है. कंट्रोल टॉगल की जगह वह इंडेक्स होता है जहां सेटिंग के आधार पर, ग्रुप के ठीक पहले या बाद में कंट्रोल टॉगल दिखता है. अगर एक ही जगह पर एक से ज़्यादा ग्रुप हैं, तो सबसे छोटे ग्रुप को बड़ा किया जाता है.

const sheet = SpreadsheetApp.getActiveSpreadsheet().getSheets()[0];
const range = sheet.getActiveRange();

// All row and column groups within the range are expanded.
range.expandGroups();

वापसी का टिकट

Range — चेन बनाने के लिए यह रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getA1Notation()

A1 नोटेशन में, रेंज की स्ट्रिंग के बारे में जानकारी देता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange(1, 1, 2, 5);

// Logs "A1:E2"
Logger.log(range.getA1Notation());

वापसी का टिकट

String — A1 नोटेशन में रेंज की स्ट्रिंग जानकारी.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getBackground()

रेंज में सबसे ऊपर बाईं ओर मौजूद सेल का बैकग्राउंड रंग दिखाता है. उदाहरण के लिए, '#ffffff'.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const cell = sheet.getRange('B5');
Logger.log(cell.getBackground());

वापसी का टिकट

String — बैकग्राउंड का कलर कोड.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getBackgroundObject()

रेंज में सबसे ऊपर बाईं ओर मौजूद सेल का बैकग्राउंड रंग दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const cell = sheet.getRange('B5');
Logger.log(cell.getBackgroundObject().asRgbColor().asHexString());

वापसी का टिकट

Color — रेंज में सबसे ऊपर बाईं ओर मौजूद सेल का बैकग्राउंड रंग.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getBackgroundObjects()

यह फ़ंक्शन, रेंज में मौजूद सेल के बैकग्राउंड के रंग दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B5:C6');
const bgColors = range.getBackgroundObjects();
for (const i in bgColors) {
  for (const j in bgColors[i]) {
    Logger.log(bgColors[i][j].asRgbColor().asHexString());
  }
}

वापसी का टिकट

Color[][] — बैकग्राउंड के रंगों का दो-आयामी कलेक्शन.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getBackgrounds()

रेंज में मौजूद सेल के बैकग्राउंड के रंग दिखाता है. उदाहरण के लिए, '#ffffff'.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B5:C6');
const bgColors = range.getBackgrounds();
for (const i in bgColors) {
  for (const j in bgColors[i]) {
    Logger.log(bgColors[i][j]);
  }
}

वापसी का टिकट

String[][] — बैकग्राउंड के कलर कोड का दो-आयामी कलेक्शन.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getBandings()

इस रेंज में मौजूद किसी भी सेल पर लागू सभी बैंडिंग दिखाता है.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Sets a range.
const range = sheet.getRange('A1:K50');

// Gets the banding info for the range.
const bandings = range.getBandings();

// Logs the second row color for each banding to the console.
for (const banding of bandings) {
  console.log(banding.getSecondRowColor());
}

वापसी का टिकट

Banding[] — इस रेंज में मौजूद किसी भी सेल पर लागू होने वाली सभी बैंडिंग.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getCell(row, column)

किसी रेंज में दी गई सेल दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B2:D4');

// The row and column here are relative to the range
// getCell(1,1) in this code returns the cell at B2
const cell = range.getCell(1, 1);
Logger.log(cell.getValue());

पैरामीटर

नामटाइपब्यौरा
rowIntegerरेंज के हिसाब से सेल की पंक्ति.
columnIntegerरेंज के हिसाब से सेल का कॉलम.

वापसी का टिकट

Range — यह रेंज, तय किए गए निर्देशांकों पर एक सेल होती है.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getColumn()

इस रेंज के लिए, कॉलम की शुरुआती स्थिति दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B2:D4');
// Logs "2.0"
Logger.log(range.getColumn());

वापसी का टिकट

Integer — स्प्रेडशीट में रेंज के शुरुआती कॉलम की पोज़िशन.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataRegion()

यह फ़ंक्शन, चार मुख्य Direction में बड़ी की गई रेंज की कॉपी दिखाता है. इससे, आस-पास मौजूद उन सभी सेल को कवर किया जा सकता है जिनमें डेटा है. अगर रेंज के चारों ओर खाली सेल हैं, लेकिन डायगनल के साथ-साथ खाली सेल नहीं हैं, तो रेंज ही दिखती है. यह एडिटर में रेंज चुनने और Ctrl+A टाइप करने जैसा ही है.

// Assume the active spreadsheet is blank.
const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
sheet.getRange('C2').setValue(100);
sheet.getRange('B3').setValue(100);
sheet.getRange('D3').setValue(100);
sheet.getRange('C4').setValue(100);
// Logs "B2:D4"
Logger.log(sheet.getRange('C3').getDataRegion().getA1Notation());

वापसी का टिकट

Range — रेंज का डेटा क्षेत्र या पूरी स्प्रेडशीट के लिए रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataRegion(dimension)

अगर डाइमेंशन Dimension.ROWS है, तो Direction.UP और Direction.DOWN तक बड़ी की गई रेंज की कॉपी दिखाता है. अगर डाइमेंशन Dimension.COLUMNS है, तो Direction.NEXT और Direction.PREVIOUS तक बड़ी की गई रेंज की कॉपी दिखाता है. रेंज को बड़ा करने का फ़ैसला, रेंज के बगल में मौजूद टेबल की तरह व्यवस्थित किए गए डेटा का पता लगाने पर लिया जाता है. बढ़ाई गई रेंज, टेबल की सीमाओं के साथ-साथ तय डाइमेंशन के साथ-साथ डेटा वाली सभी आस-पास की सेल को कवर करती है. अगर ओरिजनल रेंज, दिए गए डाइमेंशन के साथ खाली सेल से घिरी हुई है, तो रेंज ही दिखती है. यह तरीका, रेंज चुनने और एडिटर में कॉलम के लिए Ctrl+Space या पंक्तियों के लिए Shift+Space टाइप करने जैसा ही है.

// Assume the active spreadsheet is blank.
const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
sheet.getRange('C2').setValue(100);
sheet.getRange('B3').setValue(100);
sheet.getRange('D3').setValue(100);
sheet.getRange('C4').setValue(100);
// Logs "C2:C4"
Logger.log(
    sheet.getRange('C3')
        .getDataRegion(SpreadsheetApp.Dimension.ROWS)
        .getA1Notation(),
);
// Logs "B3:D3"
Logger.log(
    sheet.getRange('C3')
        .getDataRegion(SpreadsheetApp.Dimension.COLUMNS)
        .getA1Notation(),
);

पैरामीटर

नामटाइपब्यौरा
dimensionDimensionवह डाइमेंशन जिसकी मदद से रेंज को बड़ा करना है.

वापसी का टिकट

Range — रेंज का डेटा क्षेत्र या ओरिजनल रेंज के हर कॉलम या हर पंक्ति को कवर करने वाली रेंज.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataSourceFormula()

रेंज में पहली सेल के लिए DataSourceFormula दिखाता है. अगर सेल में डेटा सोर्स का फ़ॉर्मूला नहीं है, तो null दिखाता है.

// Opens the spreadsheet file by its ID. If you created your script from a
// Google Sheets file, use SpreadsheetApp.getActiveSpreadsheet().
// TODO(developer): Replace the ID with your own.
const ss = SpreadsheetApp.openById('abc123456');

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets the range A1 on Sheet1.
const range = sheet.getRange('A1');

// Gets the data source formula from cell A1.
const dataSourceFormula = range.getDataSourceFormula();

// Gets the formula.
const formula = dataSourceFormula.getFormula();

// Logs the formula.
console.log(formula);

वापसी का टिकट

DataSourceFormula — सेल के लिए DataSourceFormula.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataSourceFormulas()

रेंज में मौजूद सेल के लिए DataSourceFormula दिखाता है.

// Opens the spreadsheet file by its ID. If you created your script from a
// Google Sheets file, use SpreadsheetApp.getActiveSpreadsheet().
// TODO(developer): Replace the ID with your own.
const ss = SpreadsheetApp.openById('abc123456');

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets the range A1:B5 on Sheet1.
const range = sheet.getRange('A1:B5');

// Gets an array of the data source formulas in the range A1:B5.
const dataSourceFormulas = range.getDataSourceFormulas();

// Logs the first formula in the array.
console.log(dataSourceFormulas[0].getFormula());

वापसी का टिकट

DataSourceFormula[]DataSourceFormula का ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataSourcePivotTables()

इस फ़ंक्शन से, रेंज से इंटरसेक्शन वाली सभी डेटा सोर्स पिवट टेबल मिलती हैं.

// Opens the spreadsheet file by its ID. If you created your script from a
// Google Sheets file, use SpreadsheetApp.getActiveSpreadsheet().
// TODO(developer): Replace the ID with your own.
const ss = SpreadsheetApp.openById('abc123456');

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets the range A1:G50 on Sheet1.
const range = sheet.getRange('A1:G50');

// Gets an array of the data source pivot tables in the range A1:G50.
const dataSourcePivotTables = range.getDataSourcePivotTables();

// Logs the last time that the first pivot table in the array was refreshed.
console.log(dataSourcePivotTables[0].getStatus().getLastRefreshedTime());

वापसी का टिकट

DataSourcePivotTable[] — डेटा सोर्स की पिवट टेबल की सूची.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataSourceTables()

रेंज से इंटरसेक्शन वाली सभी डेटा सोर्स टेबल दिखाता है.

// Opens the spreadsheet file by its ID. If you created your script from a
// Google Sheets file, use SpreadsheetApp.getActiveSpreadsheet().
// TODO(developer): Replace the ID with your own.
const ss = SpreadsheetApp.openById('abc123456');

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets the range A1:G50 on Sheet1.
const range = sheet.getRange('A1:G50');

// Gets the first data source table in the range A1:G50.
const dataSourceTable = range.getDataSourceTables()[0];

// Logs the time of the last completed data execution on the data source table.
console.log(dataSourceTable.getStatus().getLastExecutionTime());

वापसी का टिकट

DataSourceTable[] — डेटा सोर्स टेबल की सूची.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataSourceUrl()

इस रेंज में मौजूद डेटा का यूआरएल दिखाता है. इसका इस्तेमाल चार्ट और क्वेरी बनाने के लिए किया जा सकता है.

Code.gs

function doGet() {
  const ss = SpreadsheetApp.openById(
      '1khO6hBWTNNyvyyxvob7aoZTI9ZvlqqASNeq0e29Tw2c',
  );
  const sheet = ss.getSheetByName('ContinentData');
  const range = sheet.getRange('A1:B8');

  const template = HtmlService.createTemplateFromFile('piechart');
  template.dataSourceUrl = range.getDataSourceUrl();
  return template.evaluate();
}

piechart.html

<!DOCTYPE html>
<html>
  <head>
    <!--Load the AJAX API-->
    <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
    <script type="text/javascript">
      // Load the Visualization API and the corechart package.
      google.charts.load('current', {'packages': ['corechart']});

      // Set a callback to run when the Google Visualization API is loaded.
      google.charts.setOnLoadCallback(queryData);

      function queryData() {
        var query = new google.visualization.Query('<?= dataSourceUrl ?>');
        query.send(drawChart);
      }

      // Callback that creates and populates a data table,
      // instantiates the pie chart, passes in the data and
      // draws it.
      function drawChart(response) {
        if (response.isError()) {
          alert('Error: ' + response.getMessage() + ' ' + response.getDetailedMessage());
          return;
        }
        var data = response.getDataTable();

        // Set chart options.
        var options = {
          title: 'Population by Continent',
          width: 400,
          height: 300
        };

        // Instantiate and draw the chart, passing in some options.
        var chart = new google.visualization.PieChart(document.getElementById('chart_div'));
        chart.draw(data, options);
      }
    </script>
  </head>
  <body>
    <!-- Div that holds the pie chart. -->
    <div id="chart_div"></div>
  </body>
</html>

वापसी का टिकट

String — डेटा सोर्स के तौर पर, इस रेंज का यूआरएल. इसे चार्ट जैसे अन्य एपीआई को पास किया जा सकता है.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataTable()

इस ऑब्जेक्ट में मौजूद डेटा को DataTable के तौर पर दिखाता है.

// Opens the spreadsheet file by its ID. If you created your script from a
// Google Sheets file, use SpreadsheetApp.getActiveSpreadsheet().
// TODO(developer): Replace the ID with your own.
const ss = SpreadsheetApp.openById('abc123456');

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets the range A1:B7 on Sheet1.
const range = sheet.getRange('A1:B7');

// Gets the range A1:B7 as a data table. The values in each column must be of
// the same type.
const datatable = range.getDataTable();

// Uses the Charts service to build a bar chart from the data table.
// This doesn't build an embedded chart. To do that, use
// sheet.newChart().addRange() instead.
const chart = Charts.newBarChart()
                  .setDataTable(datatable)
                  .setOption('title', 'Your Chart Title Here')
                  .build();

वापसी का टिकट

DataTable — डेटा को डेटाटेबल के तौर पर दिखाता है.


getDataTable(firstRowIsHeader)

इस रेंज में मौजूद डेटा को डेटाटेबल के तौर पर दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('A1:B7');

// Calling this method with "true" sets the first line to be the title of the
// axes
const datatable = range.getDataTable(true);

// Note that this doesn't build an EmbeddedChart, so you can't just use
// Sheet#insertChart(). To do that, use sheet.newChart().addRange() instead.
const chart = Charts.newBarChart()
                  .setDataTable(datatable)
                  .setOption('title', 'Your Title Here')
                  .build();

पैरामीटर

नामटाइपब्यौरा
firstRowIsHeaderBooleanपहली पंक्ति को हेडर के तौर पर इस्तेमाल करना है या नहीं.

वापसी का टिकट

DataTable — डेटा को डेटाटेबल के तौर पर दिखाना.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataValidation()

यह फ़ंक्शन, रेंज में सबसे ऊपर बाईं ओर मौजूद सेल के लिए, डेटा की पुष्टि करने का नियम दिखाता है. अगर सेल में डेटा की पुष्टि करने की सुविधा सेट नहीं की गई है, तो यह तरीका null दिखाता है.

// Log information about the data validation rule for cell A1.
const cell = SpreadsheetApp.getActive().getRange('A1');
const rule = cell.getDataValidation();
if (rule != null) {
  const criteria = rule.getCriteriaType();
  const args = rule.getCriteriaValues();
  Logger.log('The data validation rule is %s %s', criteria, args);
} else {
  Logger.log('The cell does not have a data validation rule.');
}

वापसी का टिकट

DataValidation — रेंज में सबसे ऊपर बाईं ओर मौजूद सेल के लिए, डेटा की पुष्टि करने का नियम.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDataValidations()

यह फ़ंक्शन, रेंज में मौजूद सभी सेल के लिए डेटा की पुष्टि करने के नियम दिखाता है. अगर किसी सेल पर डेटा की पुष्टि करने की सुविधा सेट नहीं की गई है, तो यह तरीका ऐरे में उस सेल की पोज़िशन के लिए null दिखाता है.

// Change existing data validation rules that require a date in 2013 to require
// a date in 2014.
const oldDates = [new Date('1/1/2013'), new Date('12/31/2013')];
const newDates = [new Date('1/1/2014'), new Date('12/31/2014')];
const sheet = SpreadsheetApp.getActiveSheet();
const range = sheet.getRange(1, 1, sheet.getMaxRows(), sheet.getMaxColumns());
const rules = range.getDataValidations();

for (let i = 0; i < rules.length; i++) {
  for (let j = 0; j < rules[i].length; j++) {
    const rule = rules[i][j];

    if (rule != null) {
      const criteria = rule.getCriteriaType();
      const args = rule.getCriteriaValues();

      if (criteria === SpreadsheetApp.DataValidationCriteria.DATE_BETWEEN &&
          args[0].getTime() === oldDates[0].getTime() &&
          args[1].getTime() === oldDates[1].getTime()) {
        // Create a builder from the existing rule, then change the dates.
        rules[i][j] = rule.copy().withCriteria(criteria, newDates).build();
      }
    }
  }
}
range.setDataValidations(rules);

वापसी का टिकट

DataValidation[][] — रेंज में मौजूद सेल से जुड़े, डेटा की पुष्टि करने के नियमों का दो डाइमेंशन वाला ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDeveloperMetadata()

इस रेंज से जुड़ा डेवलपर मेटाडेटा पाता है.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets row 2 on Sheet1.
const range = sheet.getRange('2:2');

// Adds metadata to row 2.
range.addDeveloperMetadata('NAME', 'GOOGLE');

// Logs the metadata to console.
for (const metadata of range.getDeveloperMetadata()) {
  console.log(`${metadata.getKey()}: ${metadata.getValue()}`);
}

वापसी का टिकट

DeveloperMetadata[] — इस रेंज से जुड़ा डेवलपर मेटाडेटा.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDisplayValue()

रेंज में सबसे ऊपर बाईं ओर मौजूद सेल की दिखाई गई वैल्यू दिखाता है. वैल्यू String है. दिखाई गई वैल्यू में तारीख, समय, और मुद्रा के फ़ॉर्मैट को ध्यान में रखा जाता है. इसमें स्प्रेडशीट की स्थानीय भाषा की सेटिंग से अपने-आप लागू होने वाले फ़ॉर्मैट भी शामिल हैं. खाली सेल, खाली स्ट्रिंग दिखाती हैं.

// Opens the spreadsheet file by its URL. If you created your script from within
// a Google Sheets file, you can use SpreadsheetApp.getActiveSpreadsheet()
// instead.
// TODO(developer): Replace the URL with your own.
const ss = SpreadsheetApp.openByUrl(
    'https://docs.google.com/spreadsheets/d/abc123456/edit',
);

// Gets Sheet1 by its name.
const sheet = ss.getSheetByName('Sheet1');

// Gets cell A30 and sets its value to 'Test code.'
const cell = sheet.getRange('A30');
cell.setValue('Test code');

// Gets the value and logs it to the console.
console.log(cell.getDisplayValue());

वापसी का टिकट

String — इस सेल में दिखाई गई वैल्यू.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getDisplayValues()

इस रेंज के लिए, वैल्यू का रेक्टैंगल ग्रिड दिखाता है.

दिखाए गए डेटा का दो डाइमेंशन वाला ऐरे दिखाता है. यह ऐरे, पंक्ति के हिसाब से इंडेक्स किया जाता है और फिर कॉलम के हिसाब से. वैल्यू, String ऑब्जेक्ट हैं. दिखाई गई वैल्यू में तारीख, समय, और मुद्रा के फ़ॉर्मैट शामिल होते हैं. इनमें स्प्रेडशीट की स्थानीय भाषा की सेटिंग के हिसाब से अपने-आप लागू होने वाले फ़ॉर्मैट भी शामिल होते हैं. खाली सेल को ऐरे में खाली स्ट्रिंग से दिखाया जाता है. याद रखें कि रेंज का इंडेक्स 1, 1 से शुरू होता है, जबकि JavaScript कलेक्शन का इंडेक्स [0][0] से होता है.

// The code below gets the displayed values for the range C2:G8
// in the active spreadsheet.  Note that this is a JavaScript array.
const values =
    SpreadsheetApp.getActiveSheet().getRange(2, 3, 6, 4).getDisplayValues();
Logger.log(values[0][0]);

वापसी का टिकट

String[][] — वैल्यू का दो-आयामी ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFilter()

यह उस शीट पर मौजूद फ़िल्टर दिखाता है जिससे यह रेंज जुड़ी है. अगर शीट पर कोई फ़िल्टर नहीं है, तो यह null दिखाता है.

const ss = SpreadsheetApp.getActiveSheet();
const range = ss.getRange('A1:C20');
// Gets the existing filter on the sheet that the given range belongs to.
const filter = range.getFilter();

वापसी का टिकट

Filter — फ़िल्टर.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontColorObject()

रेंज के सबसे ऊपर बाएं कोने में मौजूद सेल के फ़ॉन्ट का रंग दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

Logger.log(range.getFontColorObject().asRgbColor().asHexString());

वापसी का टिकट

Color — रेंज में सबसे ऊपर बाईं ओर मौजूद सेल का फ़ॉन्ट रंग.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontColorObjects()

रेंज में मौजूद सेल के फ़ॉन्ट के रंग दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

const results = range.getFontColorObjects();

for (const i in results) {
  for (const j in results[i]) {
    Logger.log(results[i][j].asRgbColor().asHexString());
  }
}

वापसी का टिकट

Color[][] — रेंज में मौजूद सेल से जुड़े फ़ॉन्ट के रंगों का दो-आयामी ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontFamilies()

यह फ़ंक्शन, रेंज में मौजूद सेल की फ़ॉन्ट फ़ैमिली दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

const results = range.getFontFamilies();

for (const i in results) {
  for (const j in results[i]) {
    Logger.log(results[i][j]);
  }
}

वापसी का टिकट

String[][] — रेंज में मौजूद सेल से जुड़ी फ़ॉन्ट फ़ैमिली का दो-आयामी कलेक्शन.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontFamily()

रेंज के सबसे ऊपर बाएं कोने में मौजूद सेल की फ़ॉन्ट फ़ैमिली दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

Logger.log(range.getFontFamily());

वापसी का टिकट

String — सेल की फ़ॉन्ट फ़ैमिली.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontLine()

रेंज के सबसे ऊपर बाएं कोने में मौजूद सेल की लाइन स्टाइल ('underline', 'line-through' या 'none') दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

Logger.log(range.getFontLine());

वापसी का टिकट

String — फ़ॉन्ट लाइन.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontLines()

रेंज ('underline', 'line-through' या 'none') में मौजूद सेल की लाइन स्टाइल दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

const results = range.getFontLines();

for (const i in results) {
  for (const j in results[i]) {
    Logger.log(results[i][j]);
  }
}

वापसी का टिकट

String[][] — रेंज में मौजूद सेल से जुड़ी फ़ॉन्ट लाइन का दो-आयामी ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontSize()

रेंज के सबसे ऊपर बाएं कोने में मौजूद सेल के फ़ॉन्ट साइज़ को पॉइंट साइज़ में दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

Logger.log(range.getFontSize());

वापसी का टिकट

Integer — पॉइंट साइज़ में फ़ॉन्ट साइज़.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontSizes()

यह फ़ंक्शन, रेंज में मौजूद सेल के फ़ॉन्ट साइज़ दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

const results = range.getFontSizes();

for (const i in results) {
  for (const j in results[i]) {
    Logger.log(results[i][j]);
  }
}

वापसी का टिकट

Integer[][] — रेंज में मौजूद सेल से जुड़े टेक्स्ट के फ़ॉन्ट साइज़ का दो-आयामी ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontStyle()

रेंज के सबसे ऊपर बाएं कोने में मौजूद सेल का फ़ॉन्ट स्टाइल ('italic' या 'normal') दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

Logger.log(range.getFontStyle());

वापसी का टिकट

String — सेल में मौजूद टेक्स्ट का फ़ॉन्ट स्टाइल.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontStyles()

यह फ़ंक्शन, रेंज में मौजूद सेल के फ़ॉन्ट स्टाइल दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

const results = range.getFontStyles();

for (const i in results) {
  for (const j in results[i]) {
    Logger.log(results[i][j]);
  }
}

वापसी का टिकट

String[][] — रेंज में मौजूद सेल से जुड़े टेक्स्ट के फ़ॉन्ट स्टाइल का दो-आयामी कलेक्शन.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontWeight()

रेंज के सबसे ऊपर बाएं कोने में मौजूद सेल का फ़ॉन्ट वेट (सामान्य/बोल्ड) दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

Logger.log(range.getFontWeight());

वापसी का टिकट

String — सेल में मौजूद टेक्स्ट का फ़ॉन्ट वेट.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFontWeights()

यह फ़ंक्शन, रेंज में मौजूद सेल के फ़ॉन्ट वेट दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

const results = range.getFontWeights();

for (const i in results) {
  for (const j in results[i]) {
    Logger.log(results[i][j]);
  }
}

वापसी का टिकट

String[][] — रेंज में मौजूद सेल से जुड़े टेक्स्ट के फ़ॉन्ट वेट का दो-आयामी ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFormula()

रेंज की सबसे ऊपर बाईं ओर मौजूद सेल का फ़ॉर्मूला (A1 नोटेशन) दिखाता है. अगर सेल खाली है या उसमें कोई फ़ॉर्मूला नहीं है, तो यह खाली स्ट्रिंग दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

// This assumes you have a function in B5 that sums up
// B2:B4
const range = sheet.getRange('B5');

// Logs the calculated value and the formula
Logger.log(
    'Calculated value: %s Formula: %s',
    range.getValue(),
    range.getFormula(),
);

वापसी का टिकट

String — सेल का फ़ॉर्मूला.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFormulaR1C1()

किसी सेल के लिए फ़ॉर्मूला (R1C1 नोटेशन) दिखाता है. अगर कोई फ़ॉर्मूला नहीं है, तो null दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B5');
const formula = range.getFormulaR1C1();
Logger.log(formula);

वापसी का टिकट

String — R1C1 सिंटैक्स में फ़ॉर्मूला.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFormulas()

रेंज में मौजूद सेल के फ़ॉर्मूला (A1 नोटेशन) दिखाता है. जिन सेल में कोई फ़ॉर्मूला नहीं है उनके लिए, 2D ऐरे में एंट्री खाली स्ट्रिंग होती हैं.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B5:C6');
const formulas = range.getFormulas();
for (const i in formulas) {
  for (const j in formulas[i]) {
    Logger.log(formulas[i][j]);
  }
}

वापसी का टिकट

String[][] — स्ट्रिंग फ़ॉर्मैट में फ़ॉर्मूला का दो-आयामी ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getFormulasR1C1()

रेंज में मौजूद सेल के लिए फ़ॉर्मूला (R1C1 नोटेशन) दिखाता है. जिन सेल में कोई फ़ॉर्मूला नहीं है उनके लिए, 2D ऐरे में एंट्री null होती हैं.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B5:C6');
const formulas = range.getFormulasR1C1();
for (const i in formulas) {
  for (const j in formulas[i]) {
    Logger.log(formulas[i][j]);
  }
}

वापसी का टिकट

String[][] — R1C1 नोटेशन में फ़ॉर्मूला का दो-आयामी ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getGridId()

रेंज की पैरंट शीट का ग्रिड आईडी दिखाता है. आईडी, रैंडम नॉन-नेगेटिव इंटिजर वैल्यू होती हैं.

// Log the grid ID of the first sheet (by tab position) in the spreadsheet.
const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

Logger.log(range.getGridId());

वापसी का टिकट

Integer — पैरंट शीट का ग्रिड आईडी.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getHeight()

रेंज की ऊंचाई दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B2:D4');
// logs 3.0
Logger.log(range.getHeight());

वापसी का टिकट

Integer — रेंज की ऊंचाई.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getHorizontalAlignment()

रेंज के सबसे ऊपर बाएं कोने में मौजूद सेल के टेक्स्ट का हॉरिज़ॉन्टल अलाइनमेंट (लेफ़्ट/सेंटर/राइट) दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

Logger.log(range.getHorizontalAlignment());

वापसी का टिकट

String — सेल में टेक्स्ट का हॉरिज़ॉन्टल अलाइनमेंट.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getHorizontalAlignments()

रेंज में मौजूद सेल के हॉरिज़ॉन्टल अलाइनमेंट दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];
const range = sheet.getRange('B2:D4');

const results = range.getHorizontalAlignments();

for (const i in results) {
  for (const j in results[i]) {
    Logger.log(results[i][j]);
  }
}

वापसी का टिकट

String[][] — रेंज में मौजूद सेल से जुड़े टेक्स्ट के हॉरिज़ॉन्टल अलाइनमेंट का दो डाइमेंशन वाला ऐरे.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getLastColumn()

कॉलम के आखिर की पोज़िशन दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B2:D4');
// Logs "4.0"
Logger.log(range.getLastColumn());

वापसी का टिकट

Integer — स्प्रेडशीट में, रेंज के आखिरी कॉलम की पोज़िशन.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getLastRow()

लाइन के आखिर की पोज़िशन दिखाता है.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('B2:D4');
// Logs "4.0"
Logger.log(range.getLastRow());

वापसी का टिकट

Integer — स्प्रेडशीट में रेंज की आखिरी पंक्ति की पोज़िशन.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getMergedRanges()

मर्ज की गई उन सेल को दिखाने वाले Range ऑब्जेक्ट का ऐरे दिखाता है जो पूरी तरह से मौजूदा रेंज में हों या जिनमें मौजूदा रेंज में कम से कम एक सेल हो.

const ss = SpreadsheetApp.getActiveSpreadsheet();
const sheet = ss.getSheets()[0];

const range = sheet.getRange('A1:B3');

const mergedRanges = range.getMergedRanges();
for (let i = 0; i < mergedRanges.length; i++) {
  Logger.log(mergedRanges[i].getA1Notation());
  Logger.log(mergedRanges[i].getDisplayValue());
}

वापसी का टिकट

Range[]Range ऑब्जेक्ट का कलेक्शन, जो रेंज के ओवरलैप होने वाली मर्ज की गई सेल दिखाता है.


getNext<