[]
Inserts a section at the specified index in the collection.
public void Insert(int index, Section section)
Type | Name | Description |
---|---|---|
int | index | |
Section | section |
Creates a new Section of the specified type and name and inserts it into the SectionCollection at the specified index.
public Section Insert(int index, SectionType type, string name)
Type | Name | Description |
---|---|---|
int | index | |
SectionType | type | |
string | name |
Type | Description |
---|---|
Section |