| C1.WPF.Excel Namespace : XLCommentCollection Class | 
The following tables list the members exposed by XLCommentCollection.
| Name | Description | |
|---|---|---|
![]()  | Count | Gets the number of XLComment objects in the collection. | 
![]()  | Item | Gets the XLComment object at the specified position in the collection. | 
![]()  | Sheet | Gets the XLSheet object that owns the collection. | 
| Name | Description | |
|---|---|---|
![]()  | Add | Overloaded. Appends an XLComment object to the collection. | 
![]()  | Clear | Removes all XLComment objects from the collection. | 
![]()  | Contains | Checks whether the collection contains a specific XLComment object. | 
![]()  | IndexOf | Gets the index of a specific XLComment object in the collection. | 
![]()  | Insert | Inserts an XLComment object at a specific position in the collection. | 
![]()  | Remove | Removes an XLComment object from the collection. | 
![]()  | RemoveAt | Removes an XLComment object at a specific position from the collection. |