FormatConditionCollection Class
Contents
[
Hide
]FormatConditionCollection class
Represents conditional formatting.The FormatConditions can contain up to three conditional formats.
type FormatConditionCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Add | Adds a formatting condition and effected cell rang to the FormatConditionsThe FormatConditions can contain up to three conditional formats.References to the other sheets are not allowed in the formulas of conditional formatting. |
| AddArea | Adds a conditional formatted cell range. |
| AddCondition_FormatConditionType_OperatorType_String_String | Adds a formatting condition. |
| AddCondition_FormatConditionType | Add a format condition. |
| GetCount | Gets the count of the conditions. |
| GetRangeCount | Gets count of conditionally formatted ranges. |
| Get | Gets the formatting condition by index. |
| GetCellArea | Gets the conditional formatted cell range by index. |
| RemoveArea_Int | Removes conditional formatted cell range by index. |
| RemoveArea_Int_Int_Int_Int | Remove conditional formatting int the range. |
| RemoveCondition | Removes the formatting condition by index. |