DimensionRange
Zakres w ramach jednego wymiaru w arkuszu. Wszystkie indeksy są liczone od 0. Indeksy są półotwarte: indeks początkowy jest włącznie, a indeks końcowy jest wyłącznie. Brak indeksów oznacza, że po tej stronie zakres jest nieograniczony.
Zapis JSON |
{
"sheetId": integer,
"dimension": enum (Dimension ),
"startIndex": integer,
"endIndex": integer
} |
Pola |
sheetId |
integer
Arkusz, w którym znajduje się zakres.
|
dimension |
enum (Dimension )
Wymiar zakresu.
|
startIndex |
integer
Początek (włącznie) zakresu lub nie ustawiony, jeśli zakres jest nieograniczony.
|
endIndex |
integer
Koniec (nie wliczając go) zakresu lub brak ustawienia, jeśli zakres jest nieograniczony.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-15 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-15 UTC."],[[["A `GridRange` defines a range within a sheet using sheet ID, dimension, and start/end indexes."],["Indexes are zero-based and half-open, meaning the start index is included, and the end index is excluded."],["Missing start or end indexes imply the range is unbounded on the corresponding side."],["`GridRange` is represented in JSON format using `sheetId`, `dimension`, `startIndex`, and `endIndex` properties."]]],[]]