Class CommentCollection
Represents a collection of comments.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CommentCollection : FilteredShapeCollection<SpreadsheetComment>, IEnumerable<SpreadsheetComment>, IEnumerable
Properties
ShapeType
Gets the type of the shape.
Declaration
public override FloatingShapeType ShapeType { get; }
Property Value
Overrides
Methods
Add(CellIndex, String, String, Nullable<DateTime>)
Adds a new comment to the collection.
Declaration
public SpreadsheetComment Add(CellIndex relatedCellIndex, string author, string text, DateTime? creationDate = default(DateTime? ))
Parameters
Cell Index of the cell assigned to the comment. |
System. The author. |
System. The text. |
System. The date the comment is created. |
Returns
Spreadsheet The new comment. |
Remove(SpreadsheetComment)
Removes the specified comment from the collection.
Declaration
public override bool Remove(SpreadsheetComment item)
Parameters
Spreadsheet The comment. |
Returns
System. The value indicating whether the specified comment was found. |