RemoveAt
RemoveAt(string)
删除特定单元格的注释。
public void RemoveAt(string cellName)
范围 | 类型 | 描述 |
---|---|---|
cellName | String | 包含评论的单元格的名称。 |
例子
[C#]
comments.RemoveAt("B2");
也可以看看
- class CommentCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
RemoveAt(int, int)
删除特定单元格的注释。
public void RemoveAt(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
column | Int32 | 列索引。 |
例子
[C#]
comments.RemoveAt(1,1);
也可以看看
- class CommentCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells