Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Sheet |
Sheet.clone() |
Sheet |
Sheet.set(String fieldName,
Object value) |
Sheet |
Sheet.setBandedRanges(List<BandedRange> bandedRanges)
The banded (alternating colors) ranges on this sheet.
|
Sheet |
Sheet.setBasicFilter(BasicFilter basicFilter)
The filter on this sheet, if any.
|
Sheet |
Sheet.setCharts(List<EmbeddedChart> charts)
The specifications of every chart on this sheet.
|
Sheet |
Sheet.setColumnGroups(List<DimensionGroup> columnGroups)
All column groups on this sheet, ordered by increasing range start index, then by group depth.
|
Sheet |
Sheet.setConditionalFormats(List<ConditionalFormatRule> conditionalFormats)
The conditional format rules in this sheet.
|
Sheet |
Sheet.setData(List<GridData> data)
Data in the grid, if this is a grid sheet.
|
Sheet |
Sheet.setDeveloperMetadata(List<DeveloperMetadata> developerMetadata)
The developer metadata associated with a sheet.
|
Sheet |
Sheet.setFilterViews(List<FilterView> filterViews)
The filter views in this sheet.
|
Sheet |
Sheet.setMerges(List<GridRange> merges)
The ranges that are merged together.
|
Sheet |
Sheet.setProperties(SheetProperties properties)
The properties of the sheet.
|
Sheet |
Sheet.setProtectedRanges(List<ProtectedRange> protectedRanges)
The protected ranges in this sheet.
|
Sheet |
Sheet.setRowGroups(List<DimensionGroup> rowGroups)
All row groups on this sheet, ordered by increasing range start index, then by group depth.
|
Sheet |
Sheet.setSlicers(List<Slicer> slicers)
The slicers on this sheet.
|
Modifier and Type | Method and Description |
---|---|
List<Sheet> |
Spreadsheet.getSheets()
The sheets that are part of a spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
Spreadsheet |
Spreadsheet.setSheets(List<Sheet> sheets)
The sheets that are part of a spreadsheet.
|
Copyright © 2011–2024 Google. All rights reserved.