[]
        
(Showing Draft Content)

GC.Spread.Sheets.TableSheet.BuiltInRowActions

クラス: BuiltInRowActions

Sheets.TableSheet.BuiltInRowActions

Table of contents

コンストラクタ

プロパティ

コンストラクタ

constructor

new BuiltInRowActions()

テーブルシートの組み込み行アクションを表します。

プロパティ

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 - 行に警告情報を表示します。