Add

Add(int, int)

向集合添加评论。

public int Add(int row, int column)
范围类型描述
rowInt32单元格行索引。
columnInt32单元格列索引。

返回值

Comment对象索引。

也可以看看


Add(string)

向集合添加评论。

public int Add(string cellName)
范围类型描述
cellNameString单元格名称。

返回值

Comment对象索引。

也可以看看