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. |
![]() |
IsInUpdate | The IsInUpdate property returns whether conditional formats are used. |
![]() |
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 the specified collection of conditional formats. |
![]() |
BeginUpdate | The BeginUpdate method disables calculation and use of conditional formats. |
![]() |
Clear | The Clear method clears the collection of conditional formats. |
![]() |
EndUpdate | The EndUpdate method resumes calculation and use 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 the collection. |
![]() |
Remove | The Remove method removes the conditional format, which index is passed as an input parameter. |
![]() |
RemoveCollection | The RemoveCollection method removes the specified conditional format collection. |
See also: