Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DataImportOptions Class / InsufficientSpaceHandling Property
In This Topic
    InsufficientSpaceHandling Property
    In This Topic
    Determines how to handle insufficient space when importing data.
    Syntax
    public InsufficientSpaceHandling InsufficientSpaceHandling {get; set;}

    Property Value

    The default value is InsufficientSpaceHandling.Overwrite.
    See Also