Set the Comment of Table or List Object inside the Worksheet
Contents
[
Hide
]
You can set the comment of the Table or List Object inside the worksheet using the ListObject.Comment property. The comment will be visible inside the xl/tables/tableName.xml file.
Set the Comment of Table or List Object inside the Worksheet
The following sample code loads the source excel file, sets the comment of the first table or list object inside the worksheet.