Aspose::Pdf::Paragraphs::InsertRange method

Paragraphs::InsertRange method

Inserts the elements of a collection into the list at the specified index.

void Aspose::Pdf::Paragraphs::InsertRange(int32_t index, System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>> collection)
ParameterTypeDescription
indexint32_tIndex value.
collectionSystem::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>>Collection.

See Also