Gets a value indicating whether the in-place edit changes were accepted. This value is relevant only for the InplaceEditEnded event.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Accepted { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Accepted As Boolean |
true if the in-place edit changes were accepted; otherwise, false.
See Also