Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 675 Bytes

File metadata and controls

23 lines (15 loc) · 675 Bytes

BaseDataSectionCollection.IndexOf method

Returns the index of the DataSection object within the collection.

public int IndexOf(DataSection item)
parameter description
item Item to search

Return Value

Zero-base index of the first appearance of the item in the collection, if found; otherwise, -1.

See Also