Spread.Sheets Documentation
itemWidth Method
The toolbar item width.
Gets or sets the toolbar item width.
Syntax
var instance = new GC.Spread.Sheets.Touch.TouchToolStrip(workbook, host);
var value; // Type: any
value = instance.itemWidth(width);
function itemWidth( 
   width : number
) : any;

Parameters

width
The toolbar item width.

Return Value

If no value is set, returns the toolbar item width; otherwise, returns the toolbar.
Example
This example uses the itemWidth method.
spread.touchToolStrip.add(new GC.Spread.Sheets.Touch.TouchToolStripItem("C", "Delete", "tsoutline.png", function(){ }))
spread.touchToolStrip.getItem("C").font("15px Arial").foreColor("red");
spread.touchToolStrip.imageAreaHeight(30);
spread.touchToolStrip.itemHeight(80);
spread.touchToolStrip.itemWidth(50);
spread.touchToolStrip.add(new GC.Spread.Sheets.Touch.TouchToolStripSeparator());
See Also

Reference

TouchToolStrip class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.