Show / Hide Table of Contents

Class FormListBox

Inheritance
System.Object
AbstractControl
FormControl
FormListBox
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 FormListBox : 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

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

SelectedIndex

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

SelectionType

Declaration
public FormListBoxSelectionType SelectionType { get; set; }
Property Value
Type Description
FormListBoxSelectionType

ThreeDShading

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

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX