| 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.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> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2011–2020 Google. All rights reserved.