[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.InsufficientSpaceHandling

InsufficientSpaceHandling Enum

Determines how to handle insufficient space when importing data.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum InsufficientSpaceHandling
Public Enum InsufficientSpaceHandling

Fields

Name Description
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.