[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.GetItemDisplayIndex

GetItemDisplayIndex Method

GetItemDisplayIndex(int)

Gets the item displayed index.

Declaration
public int GetItemDisplayIndex(int itemIndex)
Public Function GetItemDisplayIndex(itemIndex As Integer) As Integer
Parameters
Type Name Description
int itemIndex

The item index based on Items.

Returns
Type Description
int

The index that GcComboBox displayed.

Exceptions
Type Condition
ArgumentOutOfRangeException

When itemIndex is less than 0;
Or when itemIndex is greater than the count of items.