'宣言 Public Enum InsufficientSpaceHandling Inherits System.Enum
public enum InsufficientSpaceHandling : System.Enum
'宣言 Public Enum InsufficientSpaceHandling Inherits System.Enum
public enum InsufficientSpaceHandling : System.Enum
メンバ | 解説 |
---|---|
InsertCells | スペースを作るためにセルを挿入します。 |
Overwrite | 境界外のセルを上書きします。これはデフォルトの動作です。 |
Truncate | データを流出させたり、範囲を拡大したりしないでください。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.InsufficientSpaceHandling