오른쪽 경계 컬럼(보이는 컬럼 기준). / Right boundary column (among visible columns).
아래쪽 경계 행(화면 표시 순서). / Bottom boundary row (on-screen order).
왼쪽 경계 컬럼(보이는 컬럼 기준). / Left boundary column (among visible columns).
위쪽 경계 행(화면 표시 순서). / Top boundary row (on-screen order).
선택된 셀들의 사각형 범위를 네 모서리 인덱스로 나타냅니다(엑셀의 A1:C5 같은 개념). 범위 선택 기능이 이 값을 만들어 내고, 수식의 참조 대상과 차트의 데이터 소스가 이 좌표를 그대로 읽어 씁니다. / A rectangular block of selected cells, given as its four corner indexes (think of a spreadsheet's A1:C5). Range selection produces it; cell formulas and chart sources consume the same coordinates.
좌표가 가리키는 것 / What the coordinates mean:
주의 / Note: 선택의 "영구 신원"은 이 인덱스가 아니라 안정적인 (행 id × field) 앵커로 저장됩니다. CellRange 는 어디까지나 "지금 화면에 투영된" 사각형 표현입니다. / The persistent identity of a selection is stored as a stable (rowId × field) anchor, not as these indexes — CellRange is only the "currently projected onto screen" rectangle.