DimensionRange
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ช่วงตามมิติข้อมูลเดียวในชีต ดัชนีทั้งหมดจะนับจาก 0 ดัชนีเป็นแบบเปิดครึ่งหนึ่ง: ดัชนีเริ่มต้นจะนับรวมและดัชนีสิ้นสุดจะไม่นับรวม ดัชนีที่ขาดหายไปบ่งบอกว่าช่วงนั้นไม่มีขอบเขตด้านนั้น
การแสดง JSON |
{
"sheetId": integer,
"dimension": enum (Dimension ),
"startIndex": integer,
"endIndex": integer
} |
ช่อง |
sheetId |
integer
ชีตที่มีช่วงนี้
|
dimension |
enum (Dimension )
มิติข้อมูลของช่วง
|
startIndex |
integer
จุดเริ่มต้น (รวม) ของช่วง หรือไม่ได้ตั้งค่าหากไม่มีขอบเขต
|
endIndex |
integer
จุดสิ้นสุด (ไม่รวม) ของช่วง หรือไม่ได้ตั้งค่าหากไม่มีขอบเขต
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]