[]
Represents a collection of Split objects.
public class SplitCollection : CollectionBase, IList, ICollection, IEnumerable, IMemberTypeEncoder
| Name | Description |
|---|---|
| ColCount | Gets the number of horizontal splits in the collection. |
| this[int] | Gets the specified Split object from the collection. |
| this[int, int] | Gets the specified Split object from the collection. |
| this[string] | Gets the specified Split object from the collection. |
| RowCount | Gets the number of vertical splits in the collection. |
| Name | Description |
|---|---|
| IndexOf(View) | Gets the index if the specified Split. |
| RemoveAt(int) | This method is not allowed to call from user's code. |