ComboIndex Property

Returns or sets the zero-based index of the current selection in the editor's combo list.

Syntax

[form!]VSFlexGrid.ComboIndex[ = value As Long ]

Remarks

The ComboIndex property allows you to customize editing when using drop-down or combo lists. It is valid only while the user is editing a value using a list.

See the ComboCount property for an example.

Data Type

Long

See Also

VSFlexGrid Control