AllowNoteEdit Property (SheetView)
Gets or sets whether notes on this sheet are editable.
public bool AllowNoteEdit {get; set;}
'Declaration
Public Property AllowNoteEdit As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AllowNoteEdit = value
value = instance.AllowNoteEdit