Aspose::Pdf::Annotations::Measure::NumberFormatList::Insert method

NumberFormatList::Insert method

Inserts number format into list.

void Aspose::Pdf::Annotations::Measure::NumberFormatList::Insert(int32_t index, System::SharedPtr<Measure::NumberFormat> value)
ParameterTypeDescription
indexint32_tIndex where new element will be added.
valueSystem::SharedPtr<Measure::NumberFormat>Value to be inserted.

See Also