RemoveArea
RemoveArea(int)
按索引删除条件格式的单元格范围。
public void RemoveArea(int index)
| 范围 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 要删除的条件格式单元格范围的索引。 |
也可以看看
- class FormatConditionCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
RemoveArea(int, int, int, int)
删除范围内的条件格式。
public bool RemoveArea(int startRow, int startColumn, int totalRows, int totalColumns)
| 范围 | 类型 | 描述 |
|---|---|---|
| startRow | Int32 | 范围的起始行。 |
| startColumn | Int32 | 范围的起始列。 |
| totalRows | Int32 | 范围的行数。 |
| totalColumns | Int32 | 范围的列数。 |
返回值
返回 TRUE,应删除此 FormatCondtionCollection。
也可以看看
- class FormatConditionCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells