RemoveACell
ValidationCollection.RemoveACell method
删除单元格上的所有验证设置。
public void RemoveACell(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格的行索引。 |
column | Int32 | 单元格的列索引。 |
也可以看看
- class ValidationCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
删除单元格上的所有验证设置。
public void RemoveACell(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格的行索引。 |
column | Int32 | 单元格的列索引。 |