SectionList
Append Method
|
Append section with section name at the end.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Section Append(
string sectionName
)
Public Function Append (
sectionName As String
) As Section
public:
Section^ Append(
String^ sectionName
)
member Append :
sectionName : string -> Section
Parameters
-
sectionName
-
Type:
System
String
section name.
Return Value
Type:
Section
See Also