RealGrid2 API
Interface
UpdatedCell

UpdatedCell

변경된 셀 정보

Signature:

export interface UpdatedCell 

Remarks

UpdatedRow 에서 사용된다.

Properties

PropertyModifiersTypeDescription
fieldNamestring필드명
newValueany변경 후 값
oldValueany변경 전 값

Properties Desc

fieldName

필드명

newValue

변경 후 값

oldValue

변경 전 값