Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / NoteActionsCommand Class / Next Method / Next(IWorksheet,IComment) Method
A GrapeCity.Spreadsheet.Worksheet object indicates the processing worksheet.
The comment to start navigating from.


In This Topic
    Next(IWorksheet,IComment) Method
    In This Topic
    Creates the command that select the next note from the active comment.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Next( _
       ByVal worksheet As IWorksheet, _
       ByVal comment As IComment _
    ) As NoteActionsCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim comment As IComment
    Dim value As NoteActionsCommand
     
    value = NoteActionsCommand.Next(worksheet, comment)

    Parameters

    worksheet
    A GrapeCity.Spreadsheet.Worksheet object indicates the processing worksheet.
    comment
    The comment to start navigating from.
    See Also