Property Getters/Setters Summary | ||
---|---|---|
function | getBackOleColor() | |
function | setBackOleColor(value) | |
Gets and sets the ole color of the background. | ||
function | getData() | |
Gets and sets the binary data of the control.
|
||
function | getForeOleColor() | |
function | setForeOleColor(value) | |
Gets and sets the ole color of the foreground. | ||
function | getHeight() | |
function | setHeight(value) | |
Gets and sets the height of the control in unit of points. | ||
function | isVisible() | |
function | setVisible(value) | |
Indicates whether this control is visible. | ||
function | getLinkedCell() | |
function | setLinkedCell(value) | |
Gets and sets the linked cell. | ||
function | getListFillRange() | |
function | setListFillRange(value) | |
Gets and sets the list fill range. | ||
function | getMouseIcon() | |
function | setMouseIcon(value) | |
Gets and sets a custom icon to display as the mouse pointer for the control. | ||
function | getMousePointer() | |
function | setMousePointer(value) | |
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant. | ||
function | getShadow() | |
function | setShadow(value) | |
Indicates whether to show a shadow. | ||
function | getType() | |
Gets the type of the ActiveX control.
The value of the property is ControlType integer constant. |
||
function | getWidth() | |
function | setWidth(value) | |
Gets and sets the width of the control in unit of points. | ||
function | getWorkbook() | |
Gets the |
function getWorkbook()
function getType()
function getWidth() / function setWidth(value)
function getHeight() / function setHeight(value)
function getMouseIcon() / function setMouseIcon(value)
function getMousePointer() / function setMousePointer(value)
function getForeOleColor() / function setForeOleColor(value)
function getBackOleColor() / function setBackOleColor(value)
function isVisible() / function setVisible(value)
function getShadow() / function setShadow(value)
function getLinkedCell() / function setLinkedCell(value)
function getListFillRange() / function setListFillRange(value)
function getData()