[]
Represents a collection of custom cell types.
public class CustomTypes
Public Class CustomTypes
| Name | Description |
|---|---|
| CustomTypes() | Creates a collection representing the custom editors that are available for the user. |
| Name | Description |
|---|---|
| Count | Gets the number of custom cell types in the collection. |
| Name | Description |
|---|---|
| Clear() | Adds a custom cell type to the collection and returns its index. |
| GetEnumerator() | Gets the enumerator. |
| GetEnumerator(int, int) | Gets the enumerator as the specified position. |
| RemoveAt(int) | Removes a custom cell type from the collection at the specified index. |