Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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.
    Syntax
    public enum NumbersFitMode : System.Enum 
    Members
    MemberDescription
    Mask Indicates replacing data content with "###".
    Overflow Indicates display data content as a string, if neighboring cell is empty, overflow the content.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.NumbersFitMode

    See Also