Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace
/
IControlCollection Interface
/ IndexOf Method
The control to find.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IndexOf Method (IControlCollection)
In This Topic
Gets index of a control.
Syntax
C#
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
Reference
IControlCollection Interface
IControlCollection Members