getCell

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

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

Parameters

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

Returns

ChartDataCell


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

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

Parameters

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

Returns

ChartDataCell


getCell(int worksheetIndex, String cellName) method

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

Parameters

NameTypeDescription
worksheetIndexintIndex of the worksheet.
cellNameStringName of the cell.

Returns

ChartDataCell


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

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

Parameters

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

Returns

ChartDataCell


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

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

Parameters

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

Returns

ChartDataCell