Search
WorkbookView.IsEditing Property
See Also
 






Gets a value indicating whether there is currently an in-place editing operation in progress within the view.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool IsEditing { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsEditing As Boolean

 Property Value

true if an in-place editing operation is in progress; otherwise, false.

 See Also