comment property

comment property

Gets and sets the comment of the name. Only applies for Excel 2007 or higher versions.

Definition:

@property
def comment(self):
    ...
@comment.setter
def comment(self, value):
    ...

See Also