Show / Hide Table of Contents

Class FormComboBox

Inheritance
System.Object
AbstractControl
FormControl
FormComboBox
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
FormControl.FillColor
FormControl.Url
AbstractControl.anchoredCell
AbstractControl.AnchoredCell
AbstractControl.BottomRightCell
AbstractControl.Worksheet
AbstractControl.ObjectPositioning
AbstractControl.Id
AbstractControl.Name
AbstractControl.Sheet
AbstractControl.Size
AbstractControl.ParentGroup
AbstractControl.Positioning
AbstractControl.Position
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FormComboBox : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Properties

CellLink

Declaration
public Range CellLink { get; set; }
Property Value
Type Description
Range

CellLinkLabel

Declaration
public string CellLinkLabel { get; set; }
Property Value
Type Description
System.String

DropDownLines

Declaration
public int DropDownLines { get; set; }
Property Value
Type Description
System.Int32

InputRange

Declaration
public Range InputRange { get; set; }
Property Value
Type Description
Range

InputRangeLabel

Declaration
public string InputRangeLabel { get; set; }
Property Value
Type Description
System.String

ScrollbarWidthPixels

Declaration
public int ScrollbarWidthPixels { get; set; }
Property Value
Type Description
System.Int32

SelectedIndex

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

ThreeDShading

Declaration
public bool ThreeDShading { get; set; }
Property Value
Type Description
System.Boolean

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX