[]
        
(Showing Draft Content)

GC.Spread.Sheets.TableSheet.IDataViewChanges

Interface: IDataViewChanges

Sheets.TableSheet.IDataViewChanges

Table of contents

Properties

Properties

column

Optional column: IColumn

the current column.


data

Optional data: any[]

the default value of the current added column.


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".


originalColumn

Optional originalColumn: IColumn

The original column, only used for "update column".


type

type: string

The change type, could be one of "insert", "update", "delete", "addColumn", "updateColumn", "removeColumn".