Click or drag to resize

SectionCollection Add Method (ISection)

Adds a section to end of document.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Add(
	ISection section
)

Parameters

section
Type: Spire.Doc.Interface ISection
The section.

Return Value

Type: Int32

Implements

IWSectionCollection Add(ISection)
See Also