GridCommentCollection
GridCommentCollection class
封装了一个集合Comment对象.
public class GridCommentCollection
特性
| 姓名 | 描述 |
|---|---|
| Count { get; } | |
| Item { get; } | 获取Comment指定索引处的元素。 (3 indexers) |
方法
| 姓名 | 描述 |
|---|---|
| Add(string) | 向集合添加评论。 |
| Add(int, int) | 向集合添加评论。 |
| Clear() | 删除所有评论; |
| GetEnumerator() | 获取行 enumerator |
| RemoveAt(string) | 删除特定单元格的注释。 |
| RemoveAt(int, int) | 删除特定单元格的注释。 |