接口 IControlT<T extends IControlT<T>>
- 所有超级接口:
IControl
- 所有已知子接口:
IButton
,ICheckBox
,IDropDown
,IGroupBox
,ILabel
,IListBox
,IOptionButton
,IScrollBar
,ISpinner
表单控件的泛型成员
-
方法概要
从接口继承的方法 com.grapecity.documents.excel.forms.IControl
bringToFront, delete, getBottomRightCell, getEnabled, getFormControlType, getHeight, getLeft, getLocked, getName, getParent, getPlacement, getPrintObject, getShapeRange, getTop, getTopLeftCell, getVisible, getWidth, getZOrder, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setPlacement, setPrintObject, setTop, setVisible, setWidth
-
方法详细资料
-
copy
复制这个控件到目标位置。 -
cut
将此控件剪切并粘贴到目标位置。 -
duplicate
T duplicate()复制此控件到默认的目标位置。
-