WebPartCollection::IndexOf Method (WebPart^)

 

Returns the position of a particular member of the collection.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
int IndexOf(
	WebPart^ value
)

Parameters

value
Type: System.Web.UI.WebControls.WebParts::WebPart^

A WebPart that is a member of the collection.

Return Value

Type: System::Int32

An integer that indicates the position of a particular object in the collection.

The IndexOf method is useful if you have multiple WebPart controls on a Web Parts page, and you need to know the ordinal position of one control relative to the others.

.NET Framework
Available since 2.0
Return to top
Show: