GcSpread.Sheets Namespace > TouchToolStrip class : separatorHeight Method |
var instance = new GcSpread.Sheets.TouchToolStrip(spread, host); var value; // Type: any value = instance.separatorHeight(height);
function separatorHeight( height : number ) : any;
spread.touchToolStrip.add(new GcSpread.Sheets.TouchToolStripItem("Cut", "Delete", "cut.png", function(){ })) spread.touchToolStrip.getItem("Cut").font("15px Arial").foreColor("red"); spread.touchToolStrip.separatorHeight(33); spread.touchToolStrip.add(new GcSpread.Sheets.TouchToolStripSeparator());