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