Spread.Sheets Documentation
TouchToolStripSeparator class
GC.Spread.Sheets.Touch Namespace : TouchToolStripSeparator class
Represents a separator in the toolbar.
Syntax
var instance = new GC.Spread.Sheets.Touch.TouchToolStripSeparator(canExecute);
function TouchToolStripSeparator;
Example
spread.touchToolStrip.add(new GC.Spread.Sheets.Touch.TouchToolStripItem("Cut", "Delete", "cut.png", function(){ }))
spread.touchToolStrip.getItem("Cut").font("15px Arial").foreColor("red");
spread.touchToolStrip.add(new GC.Spread.Sheets.Touch.TouchToolStripSeparator());
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Touch.TouchToolStripSeparator

Constructors
 NameDescription
public ConstructorRepresents a separator in the toolbar.  
Top
Methods
 NameDescription
public MethodGets the name of the separator.  
Top
See Also

Reference

GC.Spread.Sheets.Touch Namespace
Using Touch Support with the Touch Toolbar