WorksheetCell constructor
Contents
[
Hide
]
init
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. |
init
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. |
See Also
- module
groupdocs.parser.data - class
WorksheetCell