Enum BorderStyle
プロパティ
プロパティ | 種類 | 説明 |
DOTTED | Enum | 点線の枠線。 |
DASHED | Enum | 破線の枠線。 |
SOLID | Enum | 細い実線の枠線。 |
SOLID_MEDIUM | Enum | 中程度の実線の枠線。 |
SOLID_THICK | Enum | 太い実線の枠線。 |
DOUBLE | Enum | 2 本の実線の枠線。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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`."]]],[]]