Selection
그리드 선택 영역 정보 모델
Signature:
export interface Selection Remarks
GridBase.onCopy, GridBase.setSelection() 등에서 사용된다.
Properties
| Property | Type | Description |
|---|---|---|
| endColumn | string | 끝 컬럼의 이름 |
| endItem | number | 끝 행의 itemIndex |
| endRow | number | 끝 행의 고유 번호 |
| startColumn | string | 시작 컬럼의 이름 |
| startItem | number | 시작 행의 itemIndex |
| startRow | number | 시작 행의 고유 번호 |
| style | SelectionStyle | 스타일 |
Properties Desc
endColumn
끝 컬럼의 이름
Type - string
endItem
끝 행의 itemIndex
Type - number
endRow
끝 행의 고유 번호
Type - number
startColumn
시작 컬럼의 이름
Type - string
startItem
시작 행의 itemIndex
Type - number
startRow
시작 행의 고유 번호
Type - number
style
스타일
Type - SelectionStyle