|

ResizeMode


(number) The auto resize mode. Choose from:



CONSTANT


VALUE DESCRIPTION


GVS_DEFAULT


0


Use the default behavior which is to make all rows and columns as small as they can be while still accommodating all of their text. (Default)


GVS_HEADER


1


Make all rows and columns resize according to the size of the largest text in any cell of the row or column.


GVS_DATA


2


Make all rows and columns resize according to the size of the largest text in any cell of the row or column.


GVS_BOTH


3


Mixes both GVS_HEADER and GVS_DATA using whichever is the largest in the row or column.


|