The FormatAppearances collection can be accessed through the control's FormatAppearances property. The FormatAppearance object changes the visual appearance of your data as listed:
By default, the control's context menu displays the following FormatAppearance objects:

By default, the FormatAppearances collection contains the following keys:
The FormatAppearances collection supports the following properties and methods:


| Name | Description | |||
| Add | Adds a FormatAppearance 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 FormatAppearance object giving its key. | |||
| Remove | Removes a specific member from the collection. |