[]
        
(Showing Draft Content)

GC.Spread.Sheets.TableSheet.IDataViewChanges

Interface: IDataViewChanges

Sheets.TableSheet.IDataViewChanges

Table of contents

Properties

Properties

dataItem

dataItem: any

The current row data.


index

index: number

The view index of table sheet.


oldDataItem

Optional oldDataItem: any

The original row data, only used for "update".


type

type: string

The change type, could be one of "insert", "update" or "delete".