In This Topic
Gets or sets whether cell notes are automatically updated when changes are made to the note style or to the text, or notes are added, removed, or moved.
Syntax
'Declaration
Public Property AutoUpdateNotes As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AutoUpdateNotes = value
value = instance.AutoUpdateNotes
public bool AutoUpdateNotes {get; set;}
See Also