[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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. |"]]