add_area method

add_area

Adds a referred area to this

def add_area(self, start_row, start_column, end_row, end_column):
    ...
ParameterTypeDescription
start_rowintThe start row.
start_columnintThe start column.
end_rowintThe end row.
end_columnintThe end column.

See Also