接口 IRangeBase
- 所有超级接口:
ICellLinkControl
,ICellLinkControlT<Integer>
,IControl
- 所有已知子接口:
IScrollBar
,ISpinner
Represents an element that has a value within a specific range.
-
方法概要
修饰符和类型方法说明int
getMax()
Gets the highest possible value of the range element.int
getMin()
Gets the minimum possible value of the range element.int
Gets a value to be added to or subtracted from the value of a RangeBase control.void
setMax
(int value) Sets the highest possible value of the range element.void
setMin
(int value) Sets the minimum possible value of the range element.void
setSmallChange
(int value) Sets a value to be added to or subtracted from the value of a RangeBase control.从接口继承的方法 com.grapecity.documents.excel.forms.ICellLinkControl
getDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCell
从接口继承的方法 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
-
方法详细资料
-
getMax
int getMax()Gets the highest possible value of the range element.- 返回:
- [0, 30000]
-
setMax
void setMax(int value) Sets the highest possible value of the range element.- 参数:
value
- [0,30000]
-
getMin
int getMin()Gets the minimum possible value of the range element.- 返回:
- [0, 30000]
-
setMin
void setMin(int value) Sets the minimum possible value of the range element.- 参数:
value
- [0,30000]
-
getSmallChange
int getSmallChange()Gets a value to be added to or subtracted from the value of a RangeBase control.- 返回:
- [0, 30000]
-
setSmallChange
void setSmallChange(int value) Sets a value to be added to or subtracted from the value of a RangeBase control.- 参数:
value
- [0,30000]
-