| 
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
Syntax
 
 
public void CloneSectionPropertiesTo(
	Section destSection
)
 
Public Sub CloneSectionPropertiesTo ( 
	destSection As Section
)
 
public:
void CloneSectionPropertiesTo(
	Section^ destSection
)
 
member CloneSectionPropertiesTo : 
destSection : Section -> unit 
 
 
 
Parameters
 
- 
destSection
 
- 
 Type:
 
Spire.Doc
Section
 
 The destination section.
 
 See Also
See Also