[]
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)
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | column | Column index of cell |
Updates cell note appearances based on style being set or on changes to note text.
public void UpdateNotes(int row, int column, bool regenerateNote)
Public Sub UpdateNotes(row As Integer, column As Integer, regenerateNote As Boolean)
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | column | Column index of cell |
bool | regenerateNote | re-generate note |