Click or drag to resize

SectionList Insert Method

Insert section with section name and section index.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Section Insert(
	int sectionIndex,
	string sectionName
)

Parameters

sectionIndex
Type: System Int32
section index.
sectionName
Type: System String
section name.

Return Value

Type: Section
See Also