Class GridCommentCollection

GridCommentCollection class

Encapsulates a collection of Comment objects.

public class GridCommentCollection

Properties

NameDescription
Count { get; }
Item { get; }Gets the Comment element at the specified index. (3 indexers)

Methods

NameDescription
Add(string)Adds a comment to the collection.
Add(int, int)Adds a comment to the collection.
Add(string, string)Adds a comment to a specified cell by cell name.
Add(int, int, string)
Clear()Removes all comments;
GetEnumerator()Gets the rows enumerator
Remove(int, int)Removes the comment at the specified row column index of the cell.
RemoveAt(string)Removes the comment of the specific cell.
RemoveAt(int, int)Removes the comment of the specific cell.

See Also