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):
    ...
ParameterTypeDescription
top_rowintThe top row index.
topintThe vertical offset its top row, in unit of pixel.
left_columnintThe left column index.
leftintThe horizontal offset from its left column, in unit of pixel.
heightintThe height of equation, in unit of pixel.
widthintThe width of equation, in unit of pixel.

See Also