Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Borders |
Borders.clone() |
Borders |
CellFormat.getBorders()
The borders of the cell.
|
Borders |
Borders.set(String fieldName,
Object value) |
Borders |
Borders.setBottom(Border bottom)
The bottom border of the cell.
|
Borders |
Borders.setLeft(Border left)
The left border of the cell.
|
Borders |
Borders.setRight(Border right)
The right border of the cell.
|
Borders |
Borders.setTop(Border top)
The top border of the cell.
|
Modifier and Type | Method and Description |
---|---|
CellFormat |
CellFormat.setBorders(Borders borders)
The borders of the cell.
|
Copyright © 2011–2024 Google. All rights reserved.