public interface IDARECell
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
IDARECell.CellType
Different Types of Cells that can be available. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IDARECell.CellType | 
getCellType()
Get the Cell Type of 
 | 
int | 
getColumnIndex()
Get the index of the column of this cell. 
 | 
String | 
getFormattedCellValue()
Get a string representation of the value of this cell (regardless what this cell actually represents). 
 | 
double | 
getNumericCellValue()
Get the Numeric Value of this cell, if it can be converted to numeric. 
 | 
String | 
getStringCellValue()
Get the string cell value, if the cell is a string cell. 
 | 
IDARECell.CellType getCellType()
IDARECellint getColumnIndex()
double getNumericCellValue()
String getStringCellValue()
String getFormattedCellValue()
Copyright © 2018. All rights reserved.