Methods

getBackOleColor()

Gets and sets the ole color of the background.

getData()

Gets and sets the binary data of the control.

getFont()

Represents the font of the control.

getForeOleColor()

Gets and sets the ole color of the foreground. Not applies to Image control.

getHeight()

Gets and sets the height of the control in unit of points.

getIMEMode()

Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant.

getLinkedCell()

Gets and sets the linked cell.

getListFillRange()

Gets and sets the list fill range.

getMouseIcon()

Gets and sets a custom icon to display as the mouse pointer for the control.

getMousePointer()

Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.

getShadow()

Indicates whether to show a shadow.

getTextAlign()

Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.

getType()

Gets the type of the ActiveX control. The value of the property is ControlType integer constant.

getWidth()

Gets and sets the width of the control in unit of points.

getWorkbook()

Gets the Workbook object.

isAutoSize()

Indicates whether the control will automatically resize to display its entire contents.

isEnabled()

Indicates whether the control can receive the focus and respond to user-generated events.

isLocked()

Indicates whether data in the control is locked for editing.

isTransparent()

Indicates whether the control is transparent.

isVisible()

Indicates whether this control is visible.

setAutoSize()

Indicates whether the control will automatically resize to display its entire contents.

setBackOleColor()

Gets and sets the ole color of the background.

setEnabled()

Indicates whether the control can receive the focus and respond to user-generated events.

setForeOleColor()

Gets and sets the ole color of the foreground. Not applies to Image control.

setHeight()

Gets and sets the height of the control in unit of points.

setIMEMode()

Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant.

setLinkedCell()

Gets and sets the linked cell.

setListFillRange()

Gets and sets the list fill range.

setLocked()

Indicates whether data in the control is locked for editing.

setMouseIcon()

Gets and sets a custom icon to display as the mouse pointer for the control.

setMousePointer()

Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.

setShadow()

Indicates whether to show a shadow.

setTextAlign()

Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.

setTransparent()

Indicates whether the control is transparent.

setVisible()

Indicates whether this control is visible.

setWidth()

Gets and sets the width of the control in unit of points.