insert method
insert
Inserts a Portion into the collection at the specified index.
def insert(self, index, value):
    ...
| Parameter | Type | Description | 
|---|---|---|
| index | int | The zero-based index at which Portion should be inserted. | 
| value | IPortion | The Portion to insert. | 
See Also
- class IPortion
- class PortionCollection
- module aspose.slides
- library Aspose.Slides