[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.InsufficientSpaceHandling

Enum InsufficientSpaceHandling

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Determines how to handle insufficient space when importing data.

public enum InsufficientSpaceHandling

Fields

InsertCells = 1

Insert cells to make space.

Overwrite = 0

Overwrite cells outside of the bounds. This is the default behavior.

Truncate = 2

Do not spill data or expand range.