Specifies identifiers to indicate the result value of an InsertCellsForm or DeleteCellsForm box.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public enum CellsFormResult |
Visual Basic
Copy Code
|
|---|
Public Enum CellsFormResult |
Members| 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. |
See Also