getCell
Contents
[
Hide
]getCell(String worksheetName, int row, int column) function
Gets the cell that can be used for chart series or categories
Parameters
Name | Type | Description |
---|---|---|
worksheetName | String | Name of the worksheet. |
row | int | The row. |
column | int | The column. |
Result
getCell(int worksheetIndex, int row, int column) function
Gets the cell that can be used for chart series or categories
Parameters
Name | Type | Description |
---|---|---|
worksheetIndex | int | Index of the worksheet. |
row | int | The row. |
column | int | The column. |
Result
getCell(int worksheetIndex, String cellName) function
Gets the cell that can be used for chart series or categories
Parameters
Name | Type | Description |
---|---|---|
worksheetIndex | int | Index of the worksheet. |
cellName | String | Name of the cell. |
Result
getCell(int worksheetIndex, String cellName, Object value) function
Gets the cell that can be used for chart series or categories
Parameters
Name | Type | Description |
---|---|---|
worksheetIndex | int | Index of the worksheet. |
cellName | String | Name of the cell. |
value | Object | The value. |
Result
getCell(int worksheetIndex, int row, int column, Object value) function
Gets the cell that can be used for chart series or categories
Parameters
Name | Type | Description |
---|---|---|
worksheetIndex | int | Index of the worksheet. |
row | int | The row. |
column | int | The column. |
value | Object | The value. |