| Name | Description | Type | Package | Framework |
| SpreadsheetCellType | When instantiating a SpreadsheetCell, its SpreadsheetCellType will specify which values the cell can accept as user input, and which | Class | org.controlsfx.control.spreadsheet | ControlsFX |
| SpreadsheetCellType .DateType | The SpreadsheetCell LocalDate type base class. | Class | org.controlsfx.control.spreadsheet.SpreadsheetCellType | ControlsFX |
| SpreadsheetCellType .DoubleType | The SpreadsheetCell Double type base class. | Class | org.controlsfx.control.spreadsheet.SpreadsheetCellType | ControlsFX |
| SpreadsheetCellType .IntegerType | The SpreadsheetCell Integer type base class. | Class | org.controlsfx.control.spreadsheet.SpreadsheetCellType | ControlsFX |
| SpreadsheetCellType .ListType | The SpreadsheetCell List type base class. | Class | org.controlsfx.control.spreadsheet.SpreadsheetCellType | ControlsFX |
| SpreadsheetCellType .ObjectType | The SpreadsheetCell Object type base class. | Class | org.controlsfx.control.spreadsheet.SpreadsheetCellType | ControlsFX |
| SpreadsheetCellType .StringType | The SpreadsheetCell String type base class. | Class | org.controlsfx.control.spreadsheet.SpreadsheetCellType | ControlsFX |