Spread.Sheets Documentation
open Method
GC.Spread.Sheets.Touch Namespace > TouchToolStrip class : open Method
The x-coordinate.
The y-coordinate.
Opens a toolbar in a specific position relative to the touch point.
Syntax
var instance = new GC.Spread.Sheets.Touch.TouchToolStrip(workbook, host);
var value; // Type: any
value = instance.open(x, y);
function open( 
   x : number,
   y : number
) : any;

Parameters

x
The x-coordinate.
y
The y-coordinate.
See Also

Reference

TouchToolStrip class