[]
Determines how to handle insufficient space when importing data.
public enum InsufficientSpaceHandling
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.