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

In This Topic
    IndexOf Method (SplitCollection)
    In This Topic
    Gets the index if the specified Split.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal v As View _
    ) As System.Integer
    public System.int IndexOf( 
       View v
    )

    Parameters

    v
    See Also