Spread Windows Forms 17
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)
    public void UpdateNotes( 
       int row,
       int column,
       bool regenerateNote
    )

    Parameters

    row
    column
    regenerateNote
    See Also