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_rowint顶行索引。
topint其顶行的垂直偏移,以像素为单位。
left_columnint左列索引。
leftint相对于其左列的水平偏移量,以像素为单位。
heightint方程的高度,以像素为单位。
widthint方程的宽度,以像素为单位。

也可以看看