Add
Add(int, int)
向集合添加评论。
public int Add(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格行索引。 |
column | Int32 | 单元格列索引。 |
返回值
Comment对象索引。
也可以看看
Add(string)
向集合添加评论。
public int Add(string cellName)
范围 | 类型 | 描述 |
---|---|---|
cellName | String | 单元格名称。 |
返回值
Comment对象索引。
向集合添加评论。
public int Add(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格行索引。 |
column | Int32 | 单元格列索引。 |
Comment对象索引。
向集合添加评论。
public int Add(string cellName)
范围 | 类型 | 描述 |
---|---|---|
cellName | String | 单元格名称。 |
Comment对象索引。