add_equation method
add_equation
Add an equation object to the worksheet.
Returns
def add_equation(self, top_row, top, left_column, left, height, width):
...
Parameter | Type | Description |
---|---|---|
top_row | int | The top row index. |
top | int | The vertical offset its top row, in unit of pixel. |
left_column | int | The left column index. |
left | int | The horizontal offset from its left column, in unit of pixel. |
height | int | The height of equation, in unit of pixel. |
width | int | The width of equation, in unit of pixel. |
See Also
- module
aspose.cells.drawing
- class
ShapeCollection