MindFusion.Wpf Pack Programmer's Guide
CellsFormResult Enumeration
See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  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

MindFusion.Spreadsheet.Wpf.StandardForms Namespace