ExcelDataCell

ExcelDataCell class

Represents a single cell in an Excel workbook.

getColumn

NameDescription
getColumn()Gets the zero-based index of the column in the worksheet where the cell is located. Read-only int.

Returns: int


getName

NameDescription
getName()Gets the name of the chart data cell.

Returns: String


getRow

NameDescription
getRow()Gets the zero-based index of the row in the worksheet where the cell is located. Read-only int.

Returns: int


getValue

NameDescription
getValue()Gets the value contained in the Excel cell.

Returns: Object