RemoveAt()

ColorOperationCollection::RemoveAt(int32_t) method

Removes the color operation from a collection.

void Aspose::Slides::ColorOperationCollection::RemoveAt(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of a color operation to remove.

See Also