add_equation方法
add_equation(self, top_row, top, left_column, left, height, width)
向工作表添加一个方程对象。
返回
def add_equation(self, top_row, top, left_column, left, height, width):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| top_row | int | 顶行索引。 |
| top | int | 其顶行的垂直偏移,以像素为单位。 |
| left_column | int | 左列索引。 |
| left | int | 相对于其左列的水平偏移量,以像素为单位。 |
| height | int | 方程的高度,以像素为单位。 |
| width | int | 方程的宽度,以像素为单位。 |