WorksheetInfo constructor
Leave feedback
On this page
Initializes a new instance of the WorksheetInfo class.
def __init__(self, index, name, range):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero-based index of the worksheet. |
| name | System.String | A string value that represents the worksheet name. |
| range | groupdocs.parser.data.WorksheetRange | An instance of WorksheetRange class that represents the size of the worksheet. |
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | An index of the worksheet can’t be negative. |
| ArgumentNullException | The size of the worksheet can’t be null. |
- module
groupdocs.parser.data - class
WorksheetInfo - 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.