Back to Devexpress

FormControlCollection.IndexOf(FormControl) Method

officefileapi-devexpress-dot-spreadsheet-dot-formcontrolcollection-dot-indexof-x28-devexpress-dot-spreadsheet-dot-formcontrol-x29.md

latest1.5 KB
Original Source

FormControlCollection.IndexOf(FormControl) Method

Returns the position of the specified form control in the collection.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int IndexOf(
    FormControl formControl
)
vb
Function IndexOf(
    formControl As FormControl
) As Integer

Parameters

NameTypeDescription
formControlFormControl

An object to locate in the collection.

|

Returns

TypeDescription
Int32

A zero-based index of the form control in the collection. -1 if the form control does not belong to the collection.

|

See Also

FormControlCollection Interface

FormControlCollection Members

DevExpress.Spreadsheet Namespace