Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Visio.Interfaces.CommentCollectionLoadOptions interface
- Package:
- visio
Represents the CommentCollection for a given Shape.
Properties
| $all | Specifying |
| author | For EACH ITEM in the collection: A string that specifies the name of the author of the comment. |
| date | For EACH ITEM in the collection: A string that specifies the date when the comment was created. |
| text | For EACH ITEM in the collection: A string that contains the comment text. |
Property Details
$all
Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).
$all?: boolean;
Property Value
boolean
author
For EACH ITEM in the collection: A string that specifies the name of the author of the comment.
author?: boolean;
Property Value
boolean
Remarks
date
For EACH ITEM in the collection: A string that specifies the date when the comment was created.
date?: boolean;
Property Value
boolean
Remarks
text
For EACH ITEM in the collection: A string that contains the comment text.
text?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
