AddEmptySection

SectionCollection.AddEmptySection method

Add empty section to specified position of the collection.

public ISection AddEmptySection(string name, int index)
ParameterTypeDescription
nameStringName of the section
indexInt32Index of new section.

Return Value

Added section.

See Also