Class ActiveXComboBox
Inherited Members
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ActiveXComboBox : ActiveXControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Properties
BoundColumn
Specifies how the Value property is determined for a ComboBox or ListBox when the MultiSelect property is set to 0x00 (fmMultiSelectSingle).
Declaration
public short BoundColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Remarks
2.5.9 BoundColumn
ColumnCount
Specifies the number of columns to display in a ComboBox or ListBox. A value of –1 specifies that all columns are to be displayed. MUST be in the range from –1 through 32767.
Declaration
public int ColumnCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
2.5.14 ColumnCount