[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ValueSubItemIndex

ValueSubItemIndex Property

ValueSubItemIndex

Gets or sets an int value that indicates the selected value subitem index.

Declaration
public int ValueSubItemIndex { get; set; }
Public Property ValueSubItemIndex As Integer
Property Value
Type Description
int

An int value.
The default is 0.

Remarks

The SelectedValue property equals the text of the SubItem which is in the SubItems collection of the SelectedItem and is located by the index value of this property.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value is out of range.

See Also
SelectedValue