Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / TextSubItemIndex Property


In This Topic
    TextSubItemIndex Property (GcComboBox)
    In This Topic
    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
    public int TextSubItemIndex {get; set;}

    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