Gets or sets a value indicating whether to terminate the current operation immediately.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Abort { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Abort As Boolean |
A boolean value.
RemarksSet this property to true to termination the interaction immediately.
See Also