Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Visio.Interfaces.CommentUpdateData interface
- Package:
- visio
An interface for updating data on the Comment object, for use in comment.set({ ... }).
Properties
| author | A string that specifies the name of the author of the comment. |
| date | A string that specifies the date when the comment was created. |
| text | A string that contains the comment text. |
Property Details
author
A string that specifies the name of the author of the comment.
author?: string;
Property Value
string
Remarks
date
A string that specifies the date when the comment was created.
date?: string;
Property Value
string
Remarks
text
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
