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

ParameterTypeDescription
valueSystem::SharedPtr<IDataLabel>DataLabel to find.

Return Value

Index of a DataLabel or -1 if DataLabel not from this collection.

See Also