IWSectionCollection
Add Method
|
Adds a section to end of document.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
int Add(
ISection section
)
Function Add (
section As ISection
) As Integer
int Add(
ISection^ section
)
abstract Add :
section : ISection -> int
Parameters
-
section
-
Type:
Spire.Doc.Interface
ISection
The section.
Return Value
Type:
Int32
See Also