public enum InsufficientSpaceHandling : System.Enum
public enum InsufficientSpaceHandling : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.InsufficientSpaceHandling