| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
BaseCellType |
IWorksheet.getCellType()
Gets the cell type for sheet.
|
BaseCellType |
IRange.getCellType()
Gets the cell type for specified range in the sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IWorksheet.setCellType(BaseCellType cellType)
Sets the cell type for sheet.
|
void |
IRange.setCellType(BaseCellType cellType)
Sets the cell type for specified range in the sheet.
|