Spread 8.0 Documentation
TypeComboBoxCount Property
Support Options
ActiveX Reference > ActiveX Properties > TypeComboBoxCount Property

Glossary Item Box

TypeComboBoxCount Property


See Also    DLL    Example

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:
  • The TypeComboBoxCount property does not have an effect unless the CellType property is set to 8 (Combo Box) for the specified cell or cells.
  • The TypeComboBoxCount property does not have an effect if the fpCombo control is used in a combo box cell in a sheet.

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

Copyright © GrapeCity, inc. All rights reserved.