[]
Spread.Sheets.IIncrementalLoadingOptions
▸ Optional
loaded(): void
The callback when of the incremental loading finished.
void
▸ Optional
loading(progress
, args
): void
The callback when of the incremental loading progress.
Name | Type |
---|---|
progress |
number |
args |
Object |
args.sheet |
Worksheet |
void