Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
SortSpec |
SortSpec.clone() |
SortSpec |
SortSpec.set(String fieldName,
Object value) |
SortSpec |
SortSpec.setBackgroundColor(Color backgroundColor)
The background fill color to sort by; cells with this fill color are sorted to the top.
|
SortSpec |
SortSpec.setBackgroundColorStyle(ColorStyle backgroundColorStyle)
The background fill color to sort by; cells with this fill color are sorted to the top.
|
SortSpec |
SortSpec.setDataSourceColumnReference(DataSourceColumnReference dataSourceColumnReference)
Reference to a data source column.
|
SortSpec |
SortSpec.setDimensionIndex(Integer dimensionIndex)
The dimension the sort should be applied to.
|
SortSpec |
SortSpec.setForegroundColor(Color foregroundColor)
The foreground color to sort by; cells with this foreground color are sorted to the top.
|
SortSpec |
SortSpec.setForegroundColorStyle(ColorStyle foregroundColorStyle)
The foreground color to sort by; cells with this foreground color are sorted to the top.
|
SortSpec |
SortSpec.setSortOrder(String sortOrder)
The order data should be sorted.
|
Modifier and Type | Method and Description |
---|---|
List<SortSpec> |
DataSourceTable.getSortSpecs()
Sort specifications in the data source table.
|
List<SortSpec> |
FilterView.getSortSpecs()
The sort order per column.
|
List<SortSpec> |
BasicFilter.getSortSpecs()
The sort order per column.
|
List<SortSpec> |
SortRangeRequest.getSortSpecs()
The sort order per column.
|
List<SortSpec> |
ChartSpec.getSortSpecs()
The order to sort the chart data by.
|
Modifier and Type | Method and Description |
---|---|
DataSourceTable |
DataSourceTable.setSortSpecs(List<SortSpec> sortSpecs)
Sort specifications in the data source table.
|
FilterView |
FilterView.setSortSpecs(List<SortSpec> sortSpecs)
The sort order per column.
|
BasicFilter |
BasicFilter.setSortSpecs(List<SortSpec> sortSpecs)
The sort order per column.
|
SortRangeRequest |
SortRangeRequest.setSortSpecs(List<SortSpec> sortSpecs)
The sort order per column.
|
ChartSpec |
ChartSpec.setSortSpecs(List<SortSpec> sortSpecs)
The order to sort the chart data by.
|
Copyright © 2011–2025 Google. All rights reserved.