True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GridStyleCollection Class / IndexOf Method

In This Topic
    IndexOf Method (GridStyleCollection)
    In This Topic
    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