[]
Sheets.TableSheet.BuiltInRowActions
• new BuiltInRowActions()
Represent the table sheet built-in row actions.
▪ Static
dirtyStatus: IRowActionOptions
代表一行数据的变化
属性 dirtyStatus
- 显示行数据变化
▪ Static
pinRow: IRowActionOptions
定住某行
属性 pinRow
- 定住上一行
▪ Static
removeRow: IRowActionOptions
移除某行
属性 removeRow
- 移除一行
代码示例
let buildInRowActions = GC.Spread.Sheets.TableSheet.BuiltInRowActions;
let options = tableSheet.rowActionOptions();
tableSheet.rowActionOptions(options.concat([buildInRowActions.removeRow,buildInRowActions.saveRow,buildInRowActions.resetRow]));
▪ Static
resetRow: IRowActionOptions
重置数据变化
属性 resetRow
- 重置行的数据变化
代码示例
let buildInRowActions = GC.Spread.Sheets.TableSheet.BuiltInRowActions;
let options = tableSheet.rowActionOptions();
tableSheet.rowActionOptions(options.concat([buildInRowActions.removeRow,buildInRowActions.saveRow,buildInRowActions.resetRow]));
▪ Static
saveRow: IRowActionOptions
保存某行的变化
属性 saveRow
- 保存行中的数据变化
代码示例
let buildInRowActions = GC.Spread.Sheets.TableSheet.BuiltInRowActions;
let options = tableSheet.rowActionOptions();
tableSheet.rowActionOptions(options.concat([buildInRowActions.removeRow,buildInRowActions.saveRow,buildInRowActions.resetRow]));
▪ Static
warningInfo: IRowActionOptions
标识警告信息
属性 warningInfo
- 在行中显示警告信息