[]
Updates cell note appearances based on style being set or on changes to note text.
public void UpdateNotes(int row, int column)
Public Sub UpdateNotes(row As Integer, column As Integer)
public void UpdateNotes(int row, int column, bool regenerateNote)
Public Sub UpdateNotes(row As Integer, column As Integer, regenerateNote As Boolean)