Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / NoteActionsCommand Class / Edit Method
A GrapeCity.Spreadsheet.Worksheet object indicates the processing worksheet.


In This Topic
    Edit Method
    In This Topic
    Creates the command that start editing note of the active cell.
    Syntax
    'Declaration
     
    
    Public Shared Function Edit( _
       ByVal worksheet As IWorksheet _
    ) As NoteActionsCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim value As NoteActionsCommand
     
    value = NoteActionsCommand.Edit(worksheet)
    public static NoteActionsCommand Edit( 
       IWorksheet worksheet
    )

    Parameters

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