DimensionRange
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
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. Brakujące indeksy wskazują, że zakres jest nieograniczony po tej stronie.
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 włącznie) zakresu lub nie ustawiony, 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: 2025-03-21 UTC.
[null,null,["Ostatnia aktualizacja: 2025-03-21 UTC."],[],[],null,["# DimensionRange\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA range along a single dimension on a sheet. All indexes are zero-based. Indexes are half open: the start index is inclusive and the end index is exclusive. Missing indexes indicate the range is unbounded on that side.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"sheetId\": integer, \"dimension\": enum (/workspace/sheets/api/reference/rest/v4/Dimension), \"startIndex\": integer, \"endIndex\": integer } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------|\n| `sheetId` | `integer` The sheet this span is on. |\n| `dimension` | `enum (`[Dimension](/workspace/sheets/api/reference/rest/v4/Dimension)`)` The dimension of the span. |\n| `startIndex` | `integer` The start (inclusive) of the span, or not set if unbounded. |\n| `endIndex` | `integer` The end (exclusive) of the span, or not set if unbounded. |"]]