The ITabFormatConditions interface contains properties and methods of the collection of text conditional formats.
| Property name | Brief description | |
| Count | The Count property returns the number of conditional formats in the collection. | |
| Item | The Item property returns a reference to the conditional format. |
| Method name | Brief description | |
| Add | The Add method adds a new conditional format and returns a reference to it. | |
| AddCollection | The AddCollection method adds a specified collection of conditional formats. | |
| Clear | The Clear method clears the collection of conditional formats. | |
| FindByKey | The FindByKey method is used to search for a conditional format by a key. | |
| Move | The Move method is used to move conditional formats in a collection. | |
| Remove | The Remove method removes the conditional format, the index of which is passed as the input parameter. | |
| RemoveCollection | The RemoveCollection method removes the specified conditional format collection. |
See also: