Aspose::Page::XPS::XpsModel::XpsArray::Insert method

XpsArray::Insert method

Inserts a new object into array at specified position.

T Aspose::Page::XPS::XpsModel::XpsArray<typename>::Insert(int32_t index, T obj)
ParameterTypeDescription
indexint32_tThe position to insert an object at.
objTThe object to insert.

ReturnValue

Inserted object.

See Also