DimensionRange
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
טווח לאורך מאפיין יחיד בגיליון. כל המדדים מבוססים על אפס. האינדקסים הם חצי פתוחים: אינדקס ההתחלה כולל את הערך עצמו, ואינדקס הסיום לא כולל אותו. אינדקסים חסרים מציינים שהטווח לא מוגבל בצד הזה.
ייצוג ב-JSON |
{
"sheetId": integer,
"dimension": enum (Dimension ),
"startIndex": integer,
"endIndex": integer
} |
שדות |
sheetId |
integer
הגיליון שבו נמצא הטווח.
|
dimension |
enum (Dimension )
המאפיין של הקטע.
|
startIndex |
integer
תחילת הטווח (כולל), או לא מוגדר אם הטווח לא מוגבל.
|
endIndex |
integer
הסיום (לא כולל) של התקופה, או לא מוגדר אם התקופה לא מוגבלת.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-21 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]