__init__ constructor
Leave feedback
On this page
Initializes a new instance of WorksheetColumnsRange.
def __init__(self, worksheet_index, first_column, last_column):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int |
Worksheet index |
| first_column | int |
First column |
| last_column | int |
Last column |
Initializes a new instance of WorksheetColumnsRange class.
def __init__(self, worksheet_name, first_column, last_column):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_name | str |
Worksheet name. |
| first_column | int |
First column. |
| last_column | int |
Last column. |
- class
WorksheetColumnsRange
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.