IndexOf()
DataLabelCollection::IndexOf(System::SharedPtr<IDataLabel>) method
Returns an index of the specified DataLabel in the collection.
int32_t Aspose::Slides::Charts::DataLabelCollection::IndexOf(System::SharedPtr<IDataLabel> value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<IDataLabel> | DataLabel to find. |
Return Value
Index of a DataLabel or -1 if DataLabel not from this collection.
See Also
- Typedef SharedPtr
- Class IDataLabel
- Class DataLabelCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides