GcSpread.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.showDragDropTip(true); spread.showDragFillTip(true); spread.showScrollTip(GcSpread.Sheets.ShowScrollTip.Both); spread.showResizeTip(GcSpread.Sheets.ShowResizeTip.Both);
Object
GcSpread.Sheets.ShowResizeTip