SectionList
IndexOf Method
|
Get the index of the section.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int IndexOf(
Section section
)
Public Function IndexOf (
section As Section
) As Integer
public:
int IndexOf(
Section^ section
)
member IndexOf :
section : Section -> int
Parameters
-
section
-
Type:
Spire.Presentation
Section
The target section.
Return Value
Type:
Int32
See Also