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