Class GridCommentCollection
Encapsulates a collection of GridComment objects.
public class GridCommentCollection
Properties
| Name | Description |
|---|
| Count { get; } | Gets the size of enumerator |
| Item { get; } | Gets the GridComment element at the specified index. (3 indexers) |
Methods
| Name | Description |
|---|
| Add(string) | Adds a comment to the collection. |
| Add(int, int) | Adds a comment to the collection. |
| Clear() | Removes all comments; |
| GetEnumerator() | Gets the rows enumerator |
| RemoveAt(string) | Removes the comment of the specific cell. |
| RemoveAt(int, int) | Removes the comment of the specific cell. |
See Also