comment property
comment property
Gets and sets the comment of the table.
Definition:
@property
def comment(self):
    ...
@comment.setter
def comment(self, value):
    ...
See Also
- module aspose.cells.tables
- class ListObject
Gets and sets the comment of the table.
@property
def comment(self):
    ...
@comment.setter
def comment(self, value):
    ...
aspose.cells.tablesListObject