Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IControlCollection Interface / indexOf Method
The control to find.
In This Topic
    indexOf Method
    In This Topic
    Gets index of a control.
    Syntax
    int indexOf( 
       IControl control
    )

    Parameters

    control
    The control to find.

    Return Value

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