[]
        
(Showing Draft Content)

GC.Spread.Report.IReportSheetDataChangingEventArgs

Interface: IReportSheetDataChangingEventArgs

Spread.Report.IReportSheetDataChangingEventArgs

Table of contents

Properties

Properties

cancel

cancel: boolean


col

col: number


newValue

Optional newValue: any


oldValue

Optional oldValue: any


row

row: number


sheet

sheet: ReportSheet


sheetName

sheetName: string


type

type: "update" | "insert" | "delete"