getCell

getCell(String worksheetName, int row, int column) function

Gets the cell that can be used for chart series or categories

Parameters

NameTypeDescription
worksheetNameStringName of the worksheet.
rowintThe row.
columnintThe column.

Result

ChartDataCell


getCell(int worksheetIndex, int row, int column) function

Gets the cell that can be used for chart series or categories

Parameters

NameTypeDescription
worksheetIndexintIndex of the worksheet.
rowintThe row.
columnintThe column.

Result

ChartDataCell


getCell(int worksheetIndex, String cellName) function

Gets the cell that can be used for chart series or categories

Parameters

NameTypeDescription
worksheetIndexintIndex of the worksheet.
cellNameStringName of the cell.

Result

ChartDataCell


getCell(int worksheetIndex, String cellName, Object value) function

Gets the cell that can be used for chart series or categories

Parameters

NameTypeDescription
worksheetIndexintIndex of the worksheet.
cellNameStringName of the cell.
valueObjectThe value.

Result

ChartDataCell


getCell(int worksheetIndex, int row, int column, Object value) function

Gets the cell that can be used for chart series or categories

Parameters

NameTypeDescription
worksheetIndexintIndex of the worksheet.
rowintThe row.
columnintThe column.
valueObjectThe value.

Result

ChartDataCell