SectionCollection
IndexOf Method (ISection)
|
Returns the zero-based index of the specified section.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
-
Type:
Spire.Doc.Interface
ISection
The section.
Return Value
Type:
Int32
Implements
IWSectionCollection
IndexOf(ISection)
See Also