Namespace Telerik.Windows.Documents.Spreadsheet.Model.Comments
Classes
|
Manages threaded comments in a worksheet, supporting add, remove, and lookup operations by cell index. |
|
Collection of comment replies automatically sorted by creation date in ascending order, supporting add, remove, and enumeration operations. |
|
ReplySortedCollectionChangedEventArgs Event arguments providing information about a completed reply collection modification, including the change type and affected reply. |
|
ReplySortedCollectionChangingEventArgs Cancelable event arguments providing information about a pending reply collection modification, including the change type and affected reply. |
|
Threaded comment attached to a worksheet cell, supporting author attribution, replies, creation dates, and resolution state. |
|
Reply within a threaded comment, supporting author attribution, text content, and creation dates. |
|
Note attached to a worksheet cell with text content, author, visibility, and positioning behavior for cell operations. |
Interfaces
|
Defines comment properties including the related cell, text, and author. |
|
Extends comment properties to allow changing the related cell index, with changes tracked in the undo stack. |
Enums
|
ReplySortedCollectionChangeType Specifies whether a reply collection operation is adding or removing a reply. |