Click or drag to resize

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
)

Parameters

section
Type: Spire.Presentation Section
The target section.

Return Value

Type: Int32
See Also