Item

GridCommentCollection indexer (1 of 3)

获取Comment指定索引处的元素。

public GridComment this[int index] { get; }
范围描述
index元素的从零开始的索引。

返回值

指定索引处的元素。

也可以看看


GridCommentCollection indexer (2 of 3)

获取Comment指定单元格处的元素。

public GridComment this[string cellName] { get; }
范围描述
cellName单元格名称。

返回值

指定单元格处的元素。

也可以看看


GridCommentCollection indexer (3 of 3)

获取Comment指定行索引和列索引处的元素。

public GridComment this[int row, int column] { get; }
范围描述
row行索引。
column列索引。

返回值

指定单元格处的元素。

也可以看看