Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ListSortColumnIndex Property


In This Topic
    ListSortColumnIndex Property (GcComboBoxCellType)
    In This Topic
    Gets or sets the index of the column to sort.
    Syntax
    'Declaration
     
    
    Public Property ListSortColumnIndex As Integer
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As Integer
     
    instance.ListSortColumnIndex = value
     
    value = instance.ListSortColumnIndex
    public int ListSortColumnIndex {get; set;}

    Property Value

    An System.Int32 value.
    The defalut is -1.
    Remarks
    When the user sorts the drop-down list, this property determines the index of the column to sort.
    See Also