PivotFormatConditionCollection Class
PivotFormatConditionCollection class
Represents PivotTable Format Conditions.
type PivotFormatConditionCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Add | Adds a pivot FormatCondition to the collection. |
| GetCount | Gets the count of conditional formats. |
| RemoveAt | Remove a conditional formats. |
| Get | Gets the pivot FormatCondition object at the specific index. |