Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / ConvertComments Method


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