ListBox

Contents
[ ]

listBox

Represents a list box object.

Property Name Property Type Nullable ReadOnly DefaultValue Description
InputRange String True False
ItemCount Integer True False Gets the number of items in the list box.
PageChange Integer True False Specifies the amount by which the control’s value is changed when the user clicks on the scrollbar’s page up or page down region.
SelectedCells Container True False Gets the selected cells. Returns null if the input range is not set or no item is selected
SelectedIndex Integer True False Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based.
SelectionType String True False Gets or sets the selection mode of the specified list box.
Shadow Boolean True False Indicates whether the combobox has 3-D shading.
Name String True False
MsoDrawingType String True False
AutoShapeType String True False
Placement String True False
UpperLeftRow Integer True False
Top Integer True False
UpperLeftColumn Integer True False
Left Integer True False
LowerRightRow Integer True False
Bottom Integer True False
LowerRightColumn Integer True False
Right Integer True False
Width Integer True False
Height Integer True False
X Integer True False
Y Integer True False
RotationAngle Floating True False
HtmlText String True False
Text String True False
AlternativeText String True False
TextHorizontalAlignment String True False
TextHorizontalOverflow String True False
TextOrientationType String True False
TextVerticalAlignment String True False
TextVerticalOverflow String True False
IsGroup Boolean True False
IsHidden Boolean True False
IsLockAspectRatio Boolean True False
IsLocked Boolean True False
IsPrintable Boolean True False
IsTextWrapped Boolean True False
IsWordArt Boolean True False
LinkedCell String True False
ZOrderPosition Integer True False
Font Class:Font True False
Hyperlink String True False
link Class:Link True False

Parent Name : Shape