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对象索引。
也可以看看
Add(string, string)
按单元格名称向指定单元格添加注释。
public void Add(string cellName, string text)
范围 | 类型 | 描述 |
---|---|---|
cellName | String | 网格单元的名称。 |
text | String | 评论文本。 |
也可以看看
Add(int, int, string)
public void Add(int row, int column, string text)