[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.TextSubItemIndex

TextSubItemIndex Property

TextSubItemIndex

Gets or sets an integer value that represents the index of SubItem used to display the Text property.

Declaration
[Browsable(true)]
public int TextSubItemIndex { get; set; }
<Browsable(True)>
Public Property TextSubItemIndex As Integer
Property Value
Type Description
int

An int value.
The default is 0.

Remarks

If the value of the TextFormat property is Empty, the GrapeCity.Win.Text 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
ArgumentException

The value is not valid.

See Also
SelectedText