[]
Gets the Section object at the specified indexed location in the SectionCollection.
public Section this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the Section object with the specified name in the SectionCollection.
public Section this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |