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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]