[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControlCollection.IndexOf

IndexOf Method

IndexOf(IControl)

Gets index of a control.

Declaration
int IndexOf(IControl control)
Function IndexOf(control As IControl) As Integer
Parameters
Type Name Description
IControl control

The control to find.

Returns
Type Description
int

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