Class FormListBox
Inheritance
System.Object
FormListBox
Assembly: DRIT.Spreadsheet.dll
public class FormListBox : 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 Range InputRange { get; set; }
Property Value
Declaration
public string InputRangeLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SelectedIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public FormListBoxSelectionType SelectionType { get; set; }
Property Value
Declaration
public bool ThreeDShading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements