Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / NumbersFitMode Enumeration
In This Topic
    NumbersFitMode Enumeration
    In This Topic
    Specifies the display mode when date or number data width is longer than the column width.
    Members
    MemberDescription
    MaskIndicates replacing data content with "###".
    OverflowIndicates display data content as a string, if neighboring cell is empty, overflow the content.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.NumbersFitMode

    See Also