RemoveAt()

SensitivityLabelCollection::RemoveAt(int32_t) method

Removes the sensitivity label at the specified index.

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

Arguments

ParameterTypeDescription
indexint32_tIndex of the sensitivity label that should be deleted.

See Also