Class FormComboBox
Inheritance
System.Object
FormComboBox
Assembly: DRIT.Spreadsheet.dll
public class FormComboBox : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Properties
Declaration
public Range CellLink { get; set; }
Property Value
Declaration
public string CellLinkLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int DropDownLines { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Range InputRange { get; set; }
Property Value
Declaration
public string InputRangeLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int ScrollbarWidthPixels { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
An unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the index of the selected item. The list indices are one-based. If set to a value of 0, no items are selected.
This attribute applies only to list box and drop-down form controls.
Declaration
public int SelectedIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool ThreeDShading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements