Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / UpdateNotes Method / UpdateNotes(Int32,Int32,Boolean) Method


In This Topic
UpdateNotes(Int32,Int32,Boolean) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub UpdateNotes( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal regenerateNote As Boolean _
) 
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim regenerateNote As Boolean
 
instance.UpdateNotes(row, column, regenerateNote)

Parameters

row
column
regenerateNote
See Also