Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / NoteActionsCommand Class / ConvertToComments Method
The GrapeCity.Spreadsheet.IWorkbook object which contains notes.


In This Topic
    ConvertToComments Method
    In This Topic
    Creates the command that converts notes from current selection to comment.
    Syntax
    'Declaration
     
    
    Public Shared Function ConvertToComments( _
       ByVal workbook As IWorkbook _
    ) As NoteActionsCommand
    'Usage
     
    
    Dim workbook As IWorkbook
    Dim value As NoteActionsCommand
     
    value = NoteActionsCommand.ConvertToComments(workbook)
    public static NoteActionsCommand ConvertToComments( 
       IWorkbook workbook
    )

    Parameters

    workbook
    The GrapeCity.Spreadsheet.IWorkbook object which contains notes.
    See Also