Specifies identifiers to indicate the result value of an InsertCellsForm or DeleteCellsForm box.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java
![]() |
---|
public enum CellsFormResult |
Member name | Description | |
---|---|---|
![]() |
EntireColumn |
Indicates that whole column(s) be inserted or deleted to the left of the active cell. |
![]() |
EntireRow |
Indicates that whole row(s) be inserted or deleted above the active cell. |
![]() |
ShiftHorizontal |
Indicates that new cells will be inserted to the left or removed to the right of the active cell. |
![]() |
ShiftVertical |
Indicates that new cells will be inserted above or removed below the active cell. |