Interface IGroupBox
- All Superinterfaces:
IContentControl,IControl,IControlT<IGroupBox>
The group box control.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanUse 3D style.voidsetDisplay3DShading(boolean value) Use 3D style.Methods inherited from interface com.grapecity.documents.excel.forms.IContentControl
getLockedText, getText, setLockedText, setTextMethods inherited from interface 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
-
Method Details
-
getDisplay3DShading
boolean getDisplay3DShading()Use 3D style. -
setDisplay3DShading
void setDisplay3DShading(boolean value) Use 3D style.
-