Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / TextSubItemIndex Property


TextSubItemIndex Property (GcComboBox)
Gets or sets a int value that represents index of SubItem use to display for Text property.
Syntax
'Declaration
 
Public Property TextSubItemIndex As Integer
 
'Usage
 
Dim instance As GcComboBox
Dim value As Integer
 
instance.TextSubItemIndex = value
 
value = instance.TextSubItemIndex

Property Value

A System.Int32 value.
The default is 0.
Exceptions
ExceptionDescription
The value isn't valid.
Remarks
If the value of the TextFormat property is System.String.Empty, the Text property equals the text of the SubItem which in the ListItem.SubItems collection of the SelectedItem and located by the index value of this property.
See Also