[]
        
(Showing Draft Content)

GC.Spread.Sheets.ShowResizeTip

Enumeration: ShowResizeTip

Spread.Sheets.ShowResizeTip

Defines how the 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;

Table of contents

Enumeration members

Enumeration members

both

both = 3

Specifies that horizontal and vertical resize tips are displayed.


column

column = 1

Specifies that only the horizontal resize tip is displayed.


none

none = 0

Specifies that no resize tip is displayed.


row

row = 2

Specifies that only the vertical resize tip is displayed.