[]
Gets the specified Split object from the collection.
public Split this[int index] { get; set; }
Public Default Property Item(index As Integer) As Split
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the specified Split object from the collection.
public Split this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Split
| Type | Name | Description |
|---|---|---|
| string | name |
Gets the specified Split object from the collection.
public Split this[int row, int col] { get; set; }
Public Default Property Item(row As Integer, col As Integer) As Split
| Type | Name | Description |
|---|---|---|
| int | row | |
| int | col |