IndexOf

SectionCollection.IndexOf method

Returns an index of the specified section in the collection.

public int IndexOf(ISection section)
ParameterTypeDescription
sectionISectionSection to find.

Return Value

Index of a section or -1 if section not from this collection.

See Also