GridData.GetColumnComboItems operator

Introduced

v4.0

Description

Returns the definition of a GridData column having the type siColumnCombo. Returns an empty array if no combo items have been set.

C# Syntax

Object GridData.GetColumnComboItems( Int32 in_ColumnIndex );

Scripting Syntax

GridData.GetColumnComboItems( ColumnIndex );

Parameters

Parameter Type Description
ColumnIndex long Index of the Column. The left-most column has index 0.

See Also

GridData.SetColumnComboItems siGridWidgetColumnType