get_cell method
Contents
[
Hide
]get_cell
Gets the cell that can be used for chart series or categories
Returns
Cell object
def get_cell(self, worksheet_index, cell_name):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int | Index of the worksheet. |
| cell_name | str | Name of the cell. |
get_cell
Gets the cell that can be used for chart series or categories
Returns
Cell object
def get_cell(self, worksheet_name, row, column):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_name | str | Name of the worksheet. |
| row | int | The row. |
| column | int | The column. |
get_cell
Gets the cell that can be used for chart series or categories
Returns
Cell object
def get_cell(self, worksheet_index, row, column):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int | Index of the worksheet. |
| row | int | The row. |
| column | int | The column. |
get_cell
Gets the cell that can be used for chart series or categories
Returns
Cell object
def get_cell(self, worksheet_index, cell_name, value):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int | Index of the worksheet. |
| cell_name | str | Name of the cell. |
| value | any | The value. |
get_cell
Gets the cell that can be used for chart series or categories
Returns
Cell object
def get_cell(self, worksheet_index, row, column, value):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int | Index of the worksheet. |
| row | int | The row. |
| column | int | The column. |
| value | any | The value. |
See Also
- class
IChartDataCell - class
IChartDataWorkbook - module
aspose.slides.charts - library
Aspose.Slides