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 และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-15 UTC
[null,null,["อัปเดตล่าสุด 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."]]],[]]