SpreadJS製品ヘルプ
HighlightCellsRulesDuplicateValues フィールド
GC.Spread.Sheets.Designer 名前空間 > CommandNames タイプ : HighlightCellsRulesDuplicateValues フィールド
コマンド名HighlightCellsRulesDuplicateValuesを取得します。
シンタックス
var value; // Type: HighlightCellsRulesDuplicateValues
value = GC.Spread.Sheets.Designer.CommandNames.HighlightCellsRulesDuplicateValues;
var HighlightCellsRulesDuplicateValues : HighlightCellsRulesDuplicateValues;
使用例
// 次のサンプルコードは、コマンド名でHighlightCellsRulesDuplicateValuesを取得します。
var command = GC.Spread.Sheets.Designer.getCommand(GC.Spread.Sheets.Designer.CommandNames.HighlightCellsRulesDuplicateValues);
関連トピック

参照

CommandNames タイプ