Class CommentCollection
Represents a collection of comments on a worksheet.
Inheritance
System.Object
CommentCollection
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class CommentCollection : IReadOnlyCollection<Comment>
Properties
Authors
Declaration
public IReadOnlyList<string> Authors { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<System.String> |
Count
Gets the number of comments on the worksheet.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetEnumerator()
Declaration
public IEnumerator<Comment> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Comment> |
Remarks
If there are no comments, do nothing. Create the Vml shape type for comments.