True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.Util.Xml.Serialization Namespace / C1Stack Class / IndexOf Method / IndexOf(Object) Method

In This Topic
    IndexOf(Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function IndexOf( _
       ByVal value As System.Object _
    ) As System.Integer
    public virtual System.int IndexOf( 
       System.object value
    )

    Parameters

    value
    See Also