Gets or sets a value indicating whether to accept the input.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AcceptInput { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AcceptInput As Boolean |
true to accept the user input; false to reject it and retain the previous cell value. The default is true.
See Also