[]
        
(Showing Draft Content)

GC.Spread.Sheets.TableSheet.BuiltInRowActions

类: BuiltInRowActions

Sheets.TableSheet.BuiltInRowActions

Table of contents

构造方法

属性

构造方法

constructor

new BuiltInRowActions()

Represent the table sheet built-in row actions.

属性

dirtyStatus

Static dirtyStatus: IRowActionOptions

代表一行数据的变化

属性 dirtyStatus - 显示行数据变化


pinRow

Static pinRow: IRowActionOptions

定住某行

属性 pinRow - 定住上一行


removeRow

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]));

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]));

saveRow

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]));

warningInfo

Static warningInfo: IRowActionOptions

标识警告信息

属性 warningInfo - 在行中显示警告信息