Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
GridProperties |
GridProperties.clone() |
GridProperties |
SheetProperties.getGridProperties()
Additional properties of the sheet if this sheet is a grid.
|
GridProperties |
GridProperties.set(String fieldName,
Object value) |
GridProperties |
GridProperties.setColumnCount(Integer columnCount)
The number of columns in the grid.
|
GridProperties |
GridProperties.setColumnGroupControlAfter(Boolean columnGroupControlAfter)
True if the column grouping control toggle is shown after the group.
|
GridProperties |
GridProperties.setFrozenColumnCount(Integer frozenColumnCount)
The number of columns that are frozen in the grid.
|
GridProperties |
GridProperties.setFrozenRowCount(Integer frozenRowCount)
The number of rows that are frozen in the grid.
|
GridProperties |
GridProperties.setHideGridlines(Boolean hideGridlines)
True if the grid isn't showing gridlines in the UI.
|
GridProperties |
GridProperties.setRowCount(Integer rowCount)
The number of rows in the grid.
|
GridProperties |
GridProperties.setRowGroupControlAfter(Boolean rowGroupControlAfter)
True if the row grouping control toggle is shown after the group.
|
Modifier and Type | Method and Description |
---|---|
SheetProperties |
SheetProperties.setGridProperties(GridProperties gridProperties)
Additional properties of the sheet if this sheet is a grid.
|
Copyright © 2011–2024 Google. All rights reserved.