Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public int IndexOf ( |
Visual Basic
![]() |
---|
Public Function IndexOf( _ |
The item to locate in the collection.
The zero-based index of the first occurrence of item within the collection, if found; otherwise, -1.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |