XpsArray1.Insert
XpsArray<T>.Insert method
Inserts a new object into array at specified position.
public T Insert(int index, T obj)
Parameter | Type | Description |
---|---|---|
index | Int32 | The position to insert an object at. |
obj | T | The object to insert. |
Return Value
Inserted object.
See Also
- class XpsArray<T>
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page