Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / ConvertComments Method


In This Topic
    ConvertComments Method (IWorkbook)
    In This Topic
    Converts all legacy comments and notes to modern comments.
    Syntax
    'Declaration
     
    
    Sub ConvertComments() 
    'Usage
     
    
    Dim instance As IWorkbook
     
    instance.ConvertComments()
    void ConvertComments()
    See Also