Search
DeleteCellsForm.Result Property
See Also
 






Gets the type of operation to perform.

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public CellsFormResult Result { get; }

Visual Basic  Copy Code

Public ReadOnly Property Result As CellsFormResult

 Property Value

A member of the CellsFormResult enumeration.

 See Also