RealGrid2 API
Interface
Selection

Selection

그리드 선택 영역 정보 모델

Signature:

export interface Selection 

Remarks

GridBase.onCopy, GridBase.setSelection() 등에서 사용된다.

Properties

PropertyModifiersTypeDescription
endColumnstring끝 컬럼의 이름
endItemnumber끝 행의 itemIndex
endRownumber끝 행의 고유 번호
startColumnstring시작 컬럼의 이름
startItemnumber시작 행의 itemIndex
startRownumber시작 행의 고유 번호
styleSelectionStyle스타일

Properties Desc

endColumn

끝 컬럼의 이름

endItem

끝 행의 itemIndex

endRow

끝 행의 고유 번호

startColumn

시작 컬럼의 이름

startItem

시작 행의 itemIndex

startRow

시작 행의 고유 번호

style

스타일