ConfigureCellComboBox

Top  Previous  Next

Specifies the attributes of a ComboBox column for the grid in edit mode.

[Visual Basic .NET]

Public Function ConfigureCellComboBox(ByVal SectionIndex As Integer,

                                                           ByVal ColumnIndex As Integer,

                                                           ByVal Items As ArrayList) As Boolean

[C#]

public bool ConfigureCellComboBox(int SectionIndex,

                                                    int ColumnIndex,

                                                    ArrayList Items);

Parameters

SectionIndex

Specifies the index (0-based) of the section in which configuring occurs. If the AllowSections is set to FALSE, this parameter becomes irrelevant. If it is set to TRUE, your code can set this parameter to -1 to let configuring take effect for all sections.

ColumnIndex

Specifies the index (0-based) of the column.

Items

Contains the items list in the ComboBox.

 

Return Value:

If the operation is successful, it returns TRUE; otherwise it returns FALSE.