ExcelDataCell
ExcelDataCell class
Represents a single cell in an Excel workbook.
getColumn
Name | Description |
---|---|
getColumn () | Gets the zero-based index of the column in the worksheet where the cell is located. Read-only int. |
Returns: int
getName
Name | Description |
---|---|
getName () | Gets the name of the chart data cell. |
Returns: String
getRow
Name | Description |
---|---|
getRow () | Gets the zero-based index of the row in the worksheet where the cell is located. Read-only int. |
Returns: int
getValue
Name | Description |
---|---|
getValue () | Gets the value contained in the Excel cell. |
Returns: Object