SSpread.TypeComboBoxIndex Property
Set the index number of the list item you want to process before using the TypeComboBoxString property.
Specify an index number starting from 0 . The initial value is 0 .
This property is only a function that holds the value as a variable and does not affect its behavior by itself. Used only when getting and setting the TypeComboBoxString property.
Notes on property inheritance of combo box type cells
Use case
Col = 3;
Row = 2;
CellType = $ CellTypeComboBox;
TypeComboBoxIndex = 0;
TypeComboBoxString = "AAA";
TypeComboBoxIndex = 1;
TypeComboBoxString = "BBB";
TypeComboBoxIndex = 2;
TypeComboBoxString = "CCC";
Related item
CellType , TypeComboBoxString property