Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / InsufficientSpaceHandling Enumeration
In This Topic
    InsufficientSpaceHandling Enumeration
    In This Topic
    Determines how to handle insufficient space when importing data.
    Syntax
    public enum InsufficientSpaceHandling : System.Enum 
    Members
    MemberDescription
    InsertCells Insert cells to make space.
    Overwrite Overwrite cells outside of the bounds. This is the default behavior.
    Truncate Do not spill data or expand range.
    Inheritance Hierarchy

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

    See Also