Version

IndexOf(CalcSettings) Method

Gets the index of the given setting.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal item As CalcSettings _
) As Integer
public int IndexOf( 
   CalcSettings item
)

Parameters

item
The settings to be search for.

Return Value

The index at which the first matching item exists within the collection, otherwise -1 if no match could be found.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when item is passed in as null (Nothing in Visual Basic .NET).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also