set_range method

set_range

Sets the range to which the specified AutoFilter applies.

def set_range(self, row, start_column, end_column):
    ...
ParameterTypeDescription
rowintRow index.
start_columnintStart column index.
end_columnintEnd column Index.

See Also