SSpread.TypeComboBoxClear Method
| Explanation | Removes all list items from the combo box cell. Only valid for cells with $ CellTypeComboBox (combo box type) set in the CellType property. Use the TypeComboBoxRemoveItem method to remove individual list items | |
| Call format | TypeComboBoxClear(col, row) | |
| Return value | None | |
| Arguments | col | Combo box cell column number |
| row | Row number of combo box type cell | |
| Exception | None | |
| Example of use | | |
| Related item | CellType property TypeComboBoxRemoveItem method | |