GcSpread.Sheets Namespace > TouchToolStripSeparator type : TouchToolStripSeparator Constructor |
true
, display the separator; otherwise, hide the separator.
var instance = new GcSpread.Sheets.TouchToolStripSeparator(canExecute);
function TouchToolStripSeparator( canExecute : string ) : TouchToolStripSeparator;
true
, display the separator; otherwise, hide the separator.spread.touchToolStrip.add(new GcSpread.Sheets.TouchToolStripItem("Cut", "Delete", "cut.png", function(){ })) spread.touchToolStrip.getItem("Cut").font("15px Arial").foreColor("red"); spread.touchToolStrip.add(new GcSpread.Sheets.TouchToolStripSeparator());