ATTR_CELL_TYPE (Control)
| Type: | Control attribute |
| Description: | Specifies the default type of new table cell when ATTR_TABLE_MODE is set to VAL_GRID. |
| Control Types: | Tables. |
| Data Type: | integer |
| Default Value: | VAL_CELL_STRING |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |
Values
| VAL_CELL_BUTTON | The cell consists of a labelled button that can be depressed. |
| VAL_CELL_RING | The cell holds a list of items from which the cell value can be selected. |
| VAL_CELL_COMBO_BOX | The cell holds text data and a list of items. The cell's value can be selected from this list, or it can be set independently. |
| VAL_CELL_NUMERIC | The cell holds numeric data. |
| VAL_CELL_STRING | The cell holds text data. |
| VAL_CELL_PICTURE | The cell holds images. |