standard typed indexOf method

Namespace:  Google.GData.Spreadsheets
Assembly:  Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.4.0.2

Syntax

C#
public int IndexOf(

	ListEntry..::.Custom value

)
Visual Basic (Declaration)
Public Function IndexOf ( _

	value As ListEntry..::.Custom _

) As Integer
Visual C++
public:

int IndexOf(

	ListEntry..::.Custom^ value

)

See Also