getCell
Contents
[
Hide
]getCell(String worksheetName, int row, int column) method
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. |
Returns
getCell(int worksheetIndex, int row, int column) method
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. |
Returns
getCell(int worksheetIndex, String cellName) method
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. |
Returns
getCell(int worksheetIndex, String cellName, Object value) method
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. |
Returns
getCell(int worksheetIndex, int row, int column, Object value) method
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. |