Search
RowRangeMovingEventArgs.Abort Property
See Also
 






Gets or sets a value indicating whether to terminate the current operation immediately.

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

 Syntax

C#  Copy Code

public bool Abort { get; set; }

Visual Basic  Copy Code

Public Property Abort As Boolean

 Property Value

A boolean value.

 Remarks

Set this property to true to termination the interaction immediately.

 See Also