SectionList
Insert Method
|
Insert section with section name and section index.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Section Insert(
int sectionIndex,
string sectionName
)
Public Function Insert (
sectionIndex As Integer,
sectionName As String
) As Section
public:
Section^ Insert(
int sectionIndex,
String^ sectionName
)
member Insert :
sectionIndex : int *
sectionName : string -> Section
Parameters
-
sectionIndex
-
Type:
System
Int32
section index.
-
sectionName
-
Type:
System
String
section name.
Return Value
Type:
Section
See Also