insert_column_after method
insert_column_after
Insert a new column after the specified one Initially all elements in the new column are None.
def insert_column_after(self, column_index):
...
| Parameter | Type | Description |
|---|---|---|
| column_index | int | Index of the column after which to insert a new one |
Examples
Example:
See Also
- class
MathMatrix - module
aspose.slides.mathtext - library
Aspose.Slides