[]
        
(Showing Draft Content)

GC.Spread.Sheets.OpenMode

枚举: OpenMode

Spread.Sheets.OpenMode

SpreadJS 加载 JSON 的模式

Table of contents

枚举值成员

枚举值成员

incremental

incremental = 2

增量加载模式。打开文件时, 可以直接刷新和响应 UI 和 UI 事件


lazy

lazy = 1

按需加载模式。打开文件时, 只会直接加载活动表单。其他表单只有在使用时才会加载


normal

normal = 0

正常模式