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