StyleCollection.IndexOf Method
.NET Framework 3.0
Returns the index of the specified Style object within the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int IndexOf ( Style style )
public function IndexOf ( style : Style ) : int
Not applicable.
Parameters
- style
The Style to locate within the collection.
Return Value
The zero-based index of the first occurrence of style within the collection; otherwise, -1 if the style is not in the collection.Community Additions
ADD
Show: