ConditionalFormattingCollection
Overview
ConditionalFormattingCollection is a class in Aspose.Cells FOSS for .NET.
Represents a collection of conditional formatting objects.
This class provides 3 methods for working with ConditionalFormattingCollection objects in .NET programs.
Available methods include: Add, RemoveArea, RemoveAt.
All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package.
Properties: Count.
Description
ConditionalFormattingCollection is a class in the Aspose.Cells FOSS library for .NET that exposes 3 methods and 1 property for programmatic use.
The class also provides the Count property (gets the count).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
Add() | The zero-based index of the added item. |
RemoveAt(index: int) | The zero-based index. |
RemoveArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int) | The total number of columns. |