[]
Specifies the display mode when date or number data width is longer than the column width.
public enum NumbersFitMode
Mask = 0Indicates replacing data content with "###".
Overflow = 1Indicates display data content as a string, if neighboring cell is empty, overflow the content.