Name | Description | |
---|---|---|
bringToFront | Change z-index of this control to front. | |
delete | Remove this control from parent. | |
getBottomRightCell | Gets the bottom right cell of this control. | |
getEnabled | Gets whether the control is enabled. | |
getFormControlType | Returns the form control type of this control. | |
getHeight | Gets the height of this control. | |
getLeft | Gets the left margin of this control. | |
getLocked | Gets whether the control is locked. | |
getName | Gets the name of this control. | |
getParent | The parent object, typically @code:IWorksheet. In some cases, the type of this property is @code:IControl. | |
getPlacement | Gets the way a control is attached to its underlying cells. | |
getPrintObject | Gets whether the control will be printed. | |
getShapeRange | Gets the shapes of this control. | |
getTop | Gets the top margin of this control. | |
getTopLeftCell | Gets the top left cell of this control. | |
getVisible | Gets whether the control is visible. | |
getWidth | Gets the width of this control. | |
getZOrder | Gets the z-index of this control. | |
sendToBack | Send the Z-Index to back. | |
setEnabled | Sets whether the control is enabled. | |
setHeight | Sets the height of this control. | |
setLeft | Sets the left margin of this control. | |
setLocked | Sets whether the control is locked. | |
setName | Sets the name of this control. | |
setPlacement | Sets the way a control is attached to its underlying cells. | |
setPrintObject | Sets whether the control will be printed. | |
setTop | Sets the top margin of this control. | |
setVisible | Sets whether the control is visible. | |
setWidth | Sets the width of this control. |