The FormatConditionalAppearances collection can be accessed through the control's FormatConditionalAppearances property. The FormatConditionalAppearance object changes the visual appearance of your data as listed:
By default, the control's context menu displays the following FormatConditionalAppearance objects:
By default, the FormatConditionalAppearances collection contains the following keys:
The FormatConditionalAppearances collection supports the following properties and methods:
Name | Description | |||
Add | Adds a FormatConditionalAppearance object and returns a reference to the newly created object. | |||
Clear | Removes all objects in a collection. | |||
Count | Returns the number of objects in a collection. | |||
Item | Returns a specific FormatConditionalAppearance object giving its key. | |||
Remove | Removes a specific member from the collection. |