Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / IControlCollection Interface / IndexOf Method
The control to find.
In This Topic
    IndexOf Method (IControlCollection)
    In This Topic
    Gets index of a control.
    Syntax
    System.int IndexOf( 
       IControl control
    )

    Parameters

    control
    The control to find.

    Return Value

    If found, returns the index of control. Otherwise, returns -1.
    See Also