Returns the zero-based index of the specified section.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int IndexOf(
	ISection section
)
Public Function IndexOf ( 
	section As ISection
) As Integer
public:
virtual int IndexOf(
	ISection^ section
) sealed
abstract IndexOf : 
        section : ISection -> int 
override IndexOf : 
        section : ISection -> int 

Parameters

section
ISection
The section.

Return Value

Int32

Implements

IWSectionCollection..::..IndexOf(ISection)

See Also