Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / UpdateNotes Method / UpdateNotes(Int32,Int32) Method
Row index of cell
Column index of cell


In This Topic
    UpdateNotes(Int32,Int32) Method
    In This Topic
    Updates cell note appearances based on style being set or on changes to note text.
    Syntax
    'Declaration
     
    
    Public Overloads Sub UpdateNotes( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
     
    instance.UpdateNotes(row, column)
    public void UpdateNotes( 
       int row,
       int column
    )

    Parameters

    row
    Row index of cell
    column
    Column index of cell
    See Also