GridStyleCollection Class Members
In This Topic
The following tables list the members exposed by GridStyleCollection.
Public Constructors
Public Properties
| Name | Description |
| Capacity | (Inherited from System.Collections.CollectionBase) |
| Count | (Inherited from System.Collections.CollectionBase) |
| Item | Overloaded. Gets the specified Style from the collection given its index. |
Top
Protected Properties
| Name | Description |
| InnerList | (Inherited from System.Collections.CollectionBase) |
| List | (Inherited from System.Collections.CollectionBase) |
Top
Public Methods
| Name | Description |
| Add | Adds a Style to the end of the collection. |
| Clear | (Inherited from System.Collections.CollectionBase) |
| IndexOf | Gets the index of the specified Style. |
| Insert | Inserts a Style at the specified index. |
| RemoveAt | Removes the Style at the specified index. |
Top
See Also