[]
        
(Showing Draft Content)

GC.Spread.Sheets.NumbersFitMode

Enumeration: NumbersFitMode

Spread.Sheets.NumbersFitMode

Change display mode when date/number data width longer than column width.

example

//This example uses the NumbersFitMode enumeration.
spread.options.numbersFitMode = GC.Spread.Sheets.NumbersFitMode.overflow;

Table of contents

Enumeration members

Enumeration members

mask

mask = 0

Indicates replacing data content with "###" and show tip.


overflow

overflow = 1

Indicates display data content as a string, if next cell is empty, overflow the content.