RealGrid2 API
Interface
Selection

Selection

그리드 선택 영역 정보 모델

Signature:

export interface Selection 

Remarks

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

Properties

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

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