Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ThreadedCommentCommand Class / Next Method / Next(IWorksheet) Method
A GrapeCity.Spreadsheet.Worksheet object indicates the processing worksheet.


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

    Parameters

    worksheet
    A GrapeCity.Spreadsheet.Worksheet object indicates the processing worksheet.
    See Also