UpdatedRow
Changed row information
Signature:
export interface UpdatedRow Remarks
[getUpdatedCells()](/refs/Class /DataProviderBase#getupdatedcells) It is used.
Properties
| Property | Type | Description |
|---|---|---|
| __rowId | number | Row unique number |
| updatedCells | UpdatedCell[] | Changed cell information |
Properties Desc
__rowId
Row unique number
Type - number
updatedCells
Changed cell information
Type - UpdatedCell[]