Dundas.SharePoint.Charting.WebParts Send comments on this topic.
IndexOf(Title) Method
See Also 
Dundas.Charting.WebControl Namespace > TitleCollection Class > IndexOf Method : IndexOf(Title) Method


title
A Title object to be found in the collection.
Gets index of specified Title object in the collection.

Syntax

Visual Basic (Declaration)  
Public Overloads Function IndexOf( _
   ByVal title As Title _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As TitleCollection
Dim title As Title
Dim value As Integer
 
value = instance.IndexOf(title)
C#  
public int IndexOf( 
   Title title
)

Parameters

title
A Title object to be found in the collection.

Return Value

An integer index of the found title ot -1 if title was not found.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also