add_empty_section method

add_empty_section

Add empty section to specified position of the collection.

Returns

Added section.

def add_empty_section(self, name, index):
    ...
ParameterTypeDescription
namestrName of the section
indexintIndex of new section.

See Also