TableStyleCollection Class Members
In This Topic
The following tables list the members exposed by TableStyleCollection.
Public Properties
| Name | Description |
| BuiltInTableStyleName | Gets list of names of built-in table style. |
| Count | Gets number of table style in collection. |
| DefaultStyle | Gets or sets default style. |
| Item | Overloaded. Gets a table style by name. |
Top
Public Methods
| Name | Description |
| Add | Adds a table style. |
| Clear | Clear style collection. |
| GetEnumerator | Get table style enumerator. |
| Remove | Remove a table style. |
Top
Public Events
| Name | Description |
| CollectionChanged | Occurs when there was a changed in the style collection. |
Top
See Also