WorksheetCell constructor
Leave feedback
On this page
Initializes a new instance of the WorksheetCell class.
def __init__(self, worksheet_index, row_index, column_index, text):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int | The zero-based index of the worksheet. |
| row_index | int | The zero-based index of the row. |
| column_index | int | The zero-based index of the column. |
| text | System.String | the worksheet cell text value. |
Initializes a new instance of the WorksheetCell class.
def __init__(self, worksheet_index, row_index, column_index, row_span, column_span, text):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int | The zero-based index of the worksheet. |
| row_index | int | The zero-based index of the row. |
| column_index | int | The zero-based index of the column. |
| row_span | int | The total number of rows that contain the cell. |
| column_span | int | The total number of columns that contain the cell. |
| text | System.String | the worksheet cell text value. |
- module
groupdocs.parser.data - class
WorksheetCell
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.