Gets or sets a value indicating whether to allow the current operation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Allow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Allow As Boolean |
A boolean value.
RemarksSet this property to true to allow the user to complete the operation or to false to indicate that the interaction cannot be completed currently.
See Also