Spread.Sheets Documentation
ShowResizeTip Enumeration
Defines how the resize tip is displayed.
Members
MemberDescription
bothSpecifies that horizontal and vertical resize tips are displayed.
columnSpecifies that only the horizontal resize tip is displayed.
noneSpecifies that no resize tip is displayed.
rowSpecifies that only the vertical resize tip is displayed.
Example
This example displays both resize tips.
spread.options.showDragDropTip = true;
spread.options.showDragFillTip = true;
spread.options.showScrollTip = GC.Spread.Sheets.ShowScrollTip.both;
spread.options.showResizeTip = GC.Spread.Sheets.ShowResizeTip.both;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.ShowResizeTip

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.