Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
SheetProperties |
SheetProperties.clone() |
SheetProperties |
UpdateSheetPropertiesRequest.getProperties()
The properties to update.
|
SheetProperties |
AddSheetRequest.getProperties()
The properties the new sheet should have.
|
SheetProperties |
AddSheetResponse.getProperties()
The properties of the newly added sheet.
|
SheetProperties |
DuplicateSheetResponse.getProperties()
The properties of the duplicate sheet.
|
SheetProperties |
Sheet.getProperties()
The properties of the sheet.
|
SheetProperties |
SheetProperties.set(String fieldName,
Object value) |
SheetProperties |
SheetProperties.setDataSourceSheetProperties(DataSourceSheetProperties dataSourceSheetProperties)
Output only.
|
SheetProperties |
SheetProperties.setGridProperties(GridProperties gridProperties)
Additional properties of the sheet if this sheet is a grid.
|
SheetProperties |
SheetProperties.setHidden(Boolean hidden)
True if the sheet is hidden in the UI, false if it's visible.
|
SheetProperties |
SheetProperties.setIndex(Integer index)
The index of the sheet within the spreadsheet.
|
SheetProperties |
SheetProperties.setRightToLeft(Boolean rightToLeft)
True if the sheet is an RTL sheet instead of an LTR sheet.
|
SheetProperties |
SheetProperties.setSheetId(Integer sheetId)
The ID of the sheet.
|
SheetProperties |
SheetProperties.setSheetType(String sheetType)
The type of sheet.
|
SheetProperties |
SheetProperties.setTabColor(Color tabColor)
The color of the tab in the UI.
|
SheetProperties |
SheetProperties.setTabColorStyle(ColorStyle tabColorStyle)
The color of the tab in the UI.
|
SheetProperties |
SheetProperties.setTitle(String title)
The name of the sheet.
|
Modifier and Type | Method and Description |
---|---|
UpdateSheetPropertiesRequest |
UpdateSheetPropertiesRequest.setProperties(SheetProperties properties)
The properties to update.
|
AddSheetRequest |
AddSheetRequest.setProperties(SheetProperties properties)
The properties the new sheet should have.
|
AddSheetResponse |
AddSheetResponse.setProperties(SheetProperties properties)
The properties of the newly added sheet.
|
DuplicateSheetResponse |
DuplicateSheetResponse.setProperties(SheetProperties properties)
The properties of the duplicate sheet.
|
Sheet |
Sheet.setProperties(SheetProperties properties)
The properties of the sheet.
|
Copyright © 2011–2024 Google. All rights reserved.