Click or drag to resize

SectionList Append Method

Append section with section name at the end.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Section Append(
	string sectionName
)

Parameters

sectionName
Type: System String
section name.

Return Value

Type: Section
See Also