[]
        
(Showing Draft Content)

GC.Spread.Sheets.IIncrementalLoadingOptions

Interface: IIncrementalLoadingOptions

Spread.Sheets.IIncrementalLoadingOptions

Table of contents

Methods

Methods

loaded

Optional loaded(): void

The callback when of the incremental loading finished.

Returns

void


loading

Optional loading(progress, args): void

The callback when of the incremental loading progress.

Parameters

Name Type
progress number
args Object
args.sheet Worksheet

Returns

void