Search
CellsFormResult Enumeration
See Also
 






Specifies identifiers to indicate the result value of an InsertCellsForm or DeleteCellsForm box.

Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms

 Syntax

Java  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