Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
TableRowsProperties |
TableRowsProperties.clone() |
TableRowsProperties |
Table.getRowsProperties()
The table rows properties.
|
TableRowsProperties |
TableRowsProperties.set(String fieldName,
Object value) |
TableRowsProperties |
TableRowsProperties.setFirstBandColorStyle(ColorStyle firstBandColorStyle)
The first color that is alternating.
|
TableRowsProperties |
TableRowsProperties.setFooterColorStyle(ColorStyle footerColorStyle)
The color of the last row.
|
TableRowsProperties |
TableRowsProperties.setHeaderColorStyle(ColorStyle headerColorStyle)
The color of the header row.
|
TableRowsProperties |
TableRowsProperties.setSecondBandColorStyle(ColorStyle secondBandColorStyle)
The second color that is alternating.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setRowsProperties(TableRowsProperties rowsProperties)
The table rows properties.
|
Copyright © 2011–2025 Google. All rights reserved.