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