Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / NoteActionsCommand Class / Select Method
A GrapeCity.Spreadsheet.Worksheet object indicates the processing worksheet.
The row index of cell which contains note.
The column index of cell which contains note.


In This Topic
    Select Method (NoteActionsCommand)
    In This Topic
    Creates the command that select the previous note from the active cell.
    Syntax
    'Declaration
     
    
    Public Shared Function Select( _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As NoteActionsCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
    Dim value As NoteActionsCommand
     
    value = NoteActionsCommand.Select(worksheet, row, column)

    Parameters

    worksheet
    A GrapeCity.Spreadsheet.Worksheet object indicates the processing worksheet.
    row
    The row index of cell which contains note.
    column
    The column index of cell which contains note.
    See Also