Insert
PortionCollection.Insert method
Inserts a Portion into the collection at the specified index.
public void Insert(int index, IPortion value)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which Portion should be inserted. |
value | IPortion | The Portion to insert. |
See Also
- interface IPortion
- class PortionCollection
- namespace Aspose.Slides
- assembly Aspose.Slides