IndexOf()
IDataLabelCollection::IndexOf(System::SharedPtr<IDataLabel>) method
Returns an index of the specified DataLabel in the collection.
virtual int32_t Aspose::Slides::Charts::IDataLabelCollection::IndexOf(System::SharedPtr<IDataLabel> value)=0
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 IDataLabelCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides