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