Method IndexOf
Namespace TallComponents.PDF.Layout
Class IndexRangeCollection
Returns the index of the specified item.
Syntax
public
Int32
IndexOf(
IndexRange
item
)
Returns
Int32
The index of the specified item, or - 1 if it does not exist in this collection.
Parameters
IndexRange
item
The IndexRange item.