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. |
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. |