Click or drag to resize

IWSectionCollection IndexOf Method

Returns the zero-based index of the specified section.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
int IndexOf(
	ISection section
)

Parameters

section
Type: Spire.Doc.Interface ISection
The section.

Return Value

Type: Int32
See Also