SpreadJS Documentation
showResizeTip Method
How to display the resize tip.
Gets or sets how to display the resize tip.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: ShowResizeTip
returnValue = instance.showResizeTip(value);
function showResizeTip( 
   value : ShowResizeTip
) : ShowResizeTip;

Parameters

value
How to display the resize tip.

Return Value

The setting that represents how to display the resize tip.
Example
This example uses the showResizeTip method.
spread.showDragDropTip(true);
spread.showDragFillTip(true);
spread.showScrollTip(GcSpread.Sheets.ShowScrollTip.Both);
spread.showResizeTip(GcSpread.Sheets.ShowResizeTip.Both);
Remarks
The default value is ShowResizeTip.None.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.