[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2023-12-02。"],[[["`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`."]]],[]]