DataLabelCollection.FindByIndex(Int32) Method
In This Article
Gets an item by its index in the collection.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item |
Int32 | The index of an item in a collection. |
#Returns
Type | Description |
---|---|
Data |
A Data |
#Remarks
If the item with the specified index is not found, the method returns null.
See Also