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


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

    Parameters

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