Enum BorderStyle
BorderStyle
ऐसी स्टाइल जिन्हें Range.setBorder(top, left, bottom, right, vertical, horizontal, color, style)
का इस्तेमाल करके, किसी रेंज में सेट किया जा सकता है.
किसी Enum को कॉल करने के लिए, आपको उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करना होता है. उदाहरण के लिए,
SpreadsheetApp.BorderStyle.DOTTED
.
प्रॉपर्टी
प्रॉपर्टी | Type | ब्यौरा |
DOTTED | Enum | बिंदुओं वाली लाइन के बॉर्डर. |
DASHED | Enum | डैश वाली लाइन बॉर्डर. |
SOLID | Enum | पतली रेखा वाले बॉर्डर. |
SOLID_MEDIUM | Enum | मीडियम सॉलिड लाइन बॉर्डर. |
SOLID_THICK | Enum | मोटी ठोस रेखा वाले बॉर्डर. |
DOUBLE | Enum | दो ठोस रेखा वाले बॉर्डर. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["`BorderStyle` in Google Apps Script is used to define the style of borders applied to a range of cells within a spreadsheet."],["You can apply borders to the top, bottom, left, right, vertical, and horizontal edges of a range."],["Border styles include dotted, dashed, solid (in varying thicknesses), and double lines."],["To set a border style, you need to call `Range.setBorder()` with arguments specifying the desired style and colors."],["`BorderStyle` is an enum within the `SpreadsheetApp` class and its properties (like `DOTTED` or `SOLID`) are accessed as `SpreadsheetApp.BorderStyle.DOTTED`."]]],[]]