Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ThreadedCommentCommand Class / Next Method / Next(IWorksheet,Int32,Int32) Method
A GrapeCity.Spreadsheet.Worksheet object indicates the processing worksheet.
The row index of cell to start navigating from.
The column index of cell to start navigating from.


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

    Parameters

    worksheet
    A GrapeCity.Spreadsheet.Worksheet object indicates the processing worksheet.
    row
    The row index of cell to start navigating from.
    column
    The column index of cell to start navigating from.
    See Also