ComponentOne List for WinForms
C1.Win.C1List 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 Integer
    public int IndexOf( 
       Style style
    )

    Parameters

    style

    Return Value

    The index of the Style.
    See Also