| 
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
Syntax
 
 
public int Add(
	ISection section
)
 
Public Function Add ( 
	section As ISection
) As Integer
 
public:
virtual int Add(
	ISection^ section
) sealed
 
abstract Add : 
section : ISection -> int 
override Add : 
section : ISection -> int 
 
 
 
Parameters
 
- 
section
 
- 
 Type:
 
Spire.Doc.Interface
ISection
 
 The section.
Return Value
 
 Type:
 
Int32
 
Implements
 
IWSectionCollection
Add(ISection)
 
 
 See Also
See Also