Click or drag to resize

Section CloneSectionPropertiesTo Method

Clones the properties of the current to the destination section.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void CloneSectionPropertiesTo(
	Section destSection
)

Parameters

destSection
Type: Spire.Doc Section
The destination section.
See Also