Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / NoteActionsCommand Class / NavigatePrevious Method
The current worksheet.
The current row.
The current column.
true to get comment threaded.


In This Topic
    NavigatePrevious Method
    In This Topic
    Get the next note from current row and current column.
    Syntax
    'Declaration
     
    
    Public Shared Function NavigatePrevious( _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal isThreadedComment As Boolean _
    ) As WorksheetReference
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
    Dim isThreadedComment As Boolean
    Dim value As WorksheetReference
     
    value = NoteActionsCommand.NavigatePrevious(worksheet, row, column, isThreadedComment)

    Parameters

    worksheet
    The current worksheet.
    row
    The current row.
    column
    The current column.
    isThreadedComment
    true to get comment threaded.
    See Also