Class GridCommentCollection

GridCommentCollection class

Encapsulates a collection of GridComment objects.

public class GridCommentCollection

Properties

NameDescription
Count { get; }
Item { get; }Gets the GridComment 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.
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