UpdatedRow
변경된 행 정보
Signature:
export interface UpdatedRow
Remarks
getUpdatedCells() 에서 사용된다.
Properties
Property | Type | Description |
---|---|---|
__rowId | number | 행의 고유번호 |
updatedCells | UpdatedCell[] | 변경된 셀 정보들 |
Properties Desc
__rowId
행의 고유번호
Type
- number
updatedCells
변경된 셀 정보들
Type
- UpdatedCell[]