GC.Spread.Sheets Namespace : ShowResizeTip Enumeration |
Member | Description |
---|---|
both | Specifies that horizontal and vertical resize tips are displayed. |
column | Specifies that only the horizontal resize tip is displayed. |
none | Specifies that no resize tip is displayed. |
row | Specifies that only the vertical resize tip is displayed. |
spread.options.showDragDropTip = true; spread.options.showDragFillTip = true; spread.options.showScrollTip = GC.Spread.Sheets.ShowScrollTip.both; spread.options.showResizeTip = GC.Spread.Sheets.ShowResizeTip.both;
Object
GC.Spread.Sheets.ShowResizeTip