Enum BorderStyle
BorderStyle
Gaya yang dapat disetel pada rentang menggunakan Range.setBorder(top, left, bottom, right, vertical, horizontal, color, style)
.
Untuk memanggil enum, panggil class, nama, dan properti induknya. Misalnya,
SpreadsheetApp.BorderStyle.DOTTED
.
Properti
Properti | Jenis | Deskripsi |
DOTTED | Enum | Batas garis putus-putus. |
DASHED | Enum | Batas garis putus-putus. |
SOLID | Enum | Batas garis solid tipis. |
SOLID_MEDIUM | Enum | Batas garis tebal sedang. |
SOLID_THICK | Enum | Batas garis tebal dan tebal. |
DOUBLE | Enum | Dua batas garis solid. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-12-02 UTC.
[null,null,["Terakhir diperbarui pada 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`."]]],[]]