TypeComboBoxCount Property
Applies To
fpSpread control
Description
Returns the number of items in the combo box list. This property is available at run time only.
Syntax
C++
short CSpreadSheet::GetTypeComboBoxCount( );
Visual Basic
[form.]fpSpread.TypeComboBoxCount
Remarks
To use the TypeComboBoxCount 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:
|
Data Type
Integer
See Also
CellType, Col, Row, Sheet, TypeComboBoxAutoSearch, TypeComboBoxCurSel, TypeComboBoxEditable, TypeComboBoxIndex, TypeComboBoxList, TypeComboBoxMaxDrop, TypeComboBoxString, TypeComboBoxWidth properties
TypeComboBoxClear, TypeComboBoxRemoveItem methods
DLL Correspondence
SSSetTypeComboBox function