IndexOf Method (GridStyleCollection)
In This Topic
Gets the index of the specified
Style.
Syntax
'Declaration
Public Function IndexOf( _
ByVal As Style _
) As System.Integer
public System.int IndexOf(
Style
)
Parameters
- style
Return Value
The index of the Style.
See Also