Search
DeleteCellsForm.Result Property
See Also
 






Gets the type of operation to perform.

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

 Syntax

C#  Copy Code

public CellsFormResult Result { get; set; }

Visual Basic  Copy Code

Public Property Result As CellsFormResult

 Property Value

A member of the CellsFormResult enumeration.

 See Also