LinkCollection.IndexOf(LinkBase) Method
Returns the zero-based index of the specified link in the collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| val | LinkBase | The LinkBase object to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value representing the position of the specified link in the collection. |
Remarks
If the specified link is not found in the collection this method returns -1.
See Also