ComponentOne True DBGrid for WinForms
IndexOf Method (GridStyleCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > GridStyleCollection Class : IndexOf Method
Gets the index of the specified Style.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal style As Style _
) As System.Integer
public System.int IndexOf( 
   Style style
)

Parameters

style

Return Value

The index of the Style.
See Also

Reference

GridStyleCollection Class
GridStyleCollection Members