RemoveAt
RemoveAt(string)
删除特定单元格的注释。
public void RemoveAt(string cellName)
| 范围 | 类型 | 描述 |
|---|---|---|
| cellName | String | 包含评论的单元格的名称。 |
也可以看看
RemoveAt(int, int)
删除特定单元格的注释。
public void RemoveAt(int row, int column)
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Int32 | 行索引。 |
| column | Int32 | 列索引。 |
删除特定单元格的注释。
public void RemoveAt(string cellName)
| 范围 | 类型 | 描述 |
|---|---|---|
| cellName | String | 包含评论的单元格的名称。 |
删除特定单元格的注释。
public void RemoveAt(int row, int column)
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Int32 | 行索引。 |
| column | Int32 | 列索引。 |