Enum BorderStyle
GayaBatas
Gaya yang dapat ditetapkan pada rentang menggunakan Range.setBorder(top, left, bottom, right, vertical, horizontal, color, style)
.
Untuk memanggil enum, Anda memanggil class induk, nama, dan propertinya. Misalnya,
SpreadsheetApp.BorderStyle.DOTTED
.
Properti
Properti | Jenis | Deskripsi |
DOTTED | Enum | Batas garis putus-putus. |
DASHED | Enum | Batas garis putus-putus. |
SOLID | Enum | Batas garis utuh tipis. |
SOLID_MEDIUM | Enum | Batas garis utuh sedang. |
SOLID_THICK | Enum | Batas garis utuh 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 2024-12-03 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-03 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`."]]],[]]