WorksheetRange constructor
Leave feedback
On this page
Initializes a new instance of the WorksheetRange class.
def __init__(self, min_row_index, max_row_index, min_column_index, max_column_index):
...
| Parameter | Type | Description |
|---|---|---|
| min_row_index | int | The zero-based index of the first row. |
| max_row_index | int | The zero-based index of the last row. |
| min_column_index | int | The zero-based index of the first column. |
| max_column_index | int | The zero-based index of the last column. |
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException |
- module
groupdocs.parser.data - class
WorksheetRange
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.