TypeComboBoxList Property
Applies To
fpSpread control
Description
Sets or returns the list of items displayed in a combo box cell. This property is available at run time only.
Syntax
CString CSpreadSheet::GetTypeComboBoxList( );
void CSpreadSheet::SetTypeComboBoxList(LPCTSTR value);
[form.]fpSpread.TypeComboBoxList[ = text$]
Remarks
Separate each item in the string list with a tab character (ASCII 9 or `\t' in C++).
To use the TypeComboBoxList property, specify the sheet with which you want to work by setting the Sheet property. Then specify the cell or cells to which to apply the property, as described in Using Column and Row Properties.
Notes:
|
Spread Designer
Choose the Cell menu, the Cell Type menu, the Combo Box menu, and then the Settings tab, and then type text in the Text edit box and use the command buttons in the Combo Box List group box in the Cell Type Settings dialog box.
Data Type
String
See Also
Creating and Setting up a Combo Box Cell
CellType, Sheet, TypeComboBoxAutoSearch, TypeComboBoxCount, TypeComboBoxCurSel, TypeComboBoxEditable, TypeComboBoxIndex, TypeComboBoxMaxDrop, TypeComboBoxString, TypeComboBoxWidth, TypeMaxEditLen properties
TypeComboBoxClear, TypeComboBoxRemoveItem methods
DLL Correspondence
SSSetTypeComboBox function