set_range method
set_range(self, row, start_column, end_column)
Sets the range to which the specified AutoFilter applies.
def set_range(self, row, start_column, end_column):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | Row index. |
| start_column | int | Start column index. |
| end_column | int | End column Index. |
See Also
- module
aspose.cells - class
AutoFilter