ControlFormat Members
Include Protected Members
Include Inherited Members
Contains Microsoft Excel control properties.
The ControlFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
_Default | Reserved for internal use. |
![]() |
Application | Returns an Application object that represents the Microsoft Excel application. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. |
![]() |
DropDownLines | Returns or sets the number of list lines displayed in the drop-down portion of a combo box. |
![]() |
Enabled | True if the object is enabled. |
![]() |
LargeChange | Returns or sets the amount that the scroll box increments or decrements for a page scroll (when the user clicks in the scroll bar body region). |
![]() |
LinkedCell | Returns or sets the worksheet range linked to the control's value. |
![]() |
List | Returns or sets the text entries in the specified list box or a combo box, as an array of strings, or returns or sets a single text entry. An error occurs if there are no entries in the list. |
![]() |
ListCount | Returns the number of entries in a list box or combo box. Returns 0 (zero) if there are no entries in the list. |
![]() |
ListFillRange | Returns or sets the worksheet range used to fill the specified list box. |
![]() |
ListIndex | Returns or sets the index number of the currently selected item in a list box or combo box. |
![]() |
LockedText | True if the text in the specified object will be locked to prevent changes when the workbook is protected. |
![]() |
Max | Returns or sets the maximum value of a scroll bar or spinner range. The scroll bar or spinner won’t take on values greater than this maximum value. |
![]() |
Min | Returns or sets the minimum value of a scroll bar or spinner range. The scroll bar or spinner won’t take on values less than this minimum value. |
![]() |
MultiSelect | Returns or sets the selection mode of the specified list box. Can be one of the following constants: xlNone, xlSimple, or xlExtended. |
![]() |
Parent | Returns the parent object for the specified object. |
![]() |
PrintObject | True if the object will be printed when the document is printed. |
![]() |
SmallChange | Returns or sets the amount that the scroll bar or spinner is incremented or decremented for a line scroll (when the user clicks an arrow). |
![]() |
Value | The name of specified control format. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddItem | Adds an item to a list box or a combo box. |
![]() |
RemoveAllItems | Removes all entries from a Microsoft Excel list box or combo box. |
![]() |
RemoveItem | Removes one or more items from a list box or combo box. |
Top