add_equation method

add_equation

Add an equation object to the worksheet.

Returns

def add_equation(self, upper_left_row, top, upper_left_column, left, height, width):
    ...
ParameterTypeDescription
upper_left_rowint
topint
upper_left_columnint
leftint
heightint
widthint

See Also