Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.