Aspose::Page::XPS::XpsModel::XpsArray::Insert 方法

XpsArray::Insert method

在指定位置向数组插入新对象。

T Aspose::Page::XPS::XpsModel::XpsArray<T>::Insert(int32_t index, T obj)
ParameterType描述
索引int32_t要插入对象的位置。
objT要插入的对象。

ReturnValue

已插入的对象。

另见