[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.UpdateNotes

UpdateNotes Method

UpdateNotes(int, int)

Updates cell note appearances based on style being set or on changes to note text.

Declaration
public void UpdateNotes(int row, int column)
Public Sub UpdateNotes(row As Integer, column As Integer)
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

UpdateNotes(int, int, bool)

Declaration
public void UpdateNotes(int row, int column, bool regenerateNote)
Public Sub UpdateNotes(row As Integer, column As Integer, regenerateNote As Boolean)
Parameters
Type Name Description
int row
int column
bool regenerateNote