Interface IRangeBase
-
Method Summary
int
Gets the highest possible value of the range element.
int
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
Sets the highest possible value of the range element.
void
Sets the minimum possible value of the range element.
void
Sets a value to be added to or subtracted from the value of a RangeBase control.
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
-
getMax
int getMax()
Gets the highest possible value of the range element.
- Returns:
- [0, 30000]
-
setMax
void setMax(int value)
Sets the highest possible value of the range element.
- Parameters:
value
- [0,30000]
-
getMin
int getMin()
Gets the minimum possible value of the range element.
- Returns:
- [0, 30000]
-
setMin
void setMin(int value)
Sets the minimum possible value of the range element.
- Parameters:
value
- [0,30000]
-
getSmallChange
int getSmallChange()
Gets a value to be added to or subtracted from the value of a RangeBase control.
- Returns:
- [0, 30000]
-
setSmallChange
void setSmallChange(int value)
Sets a value to be added to or subtracted from the value of a RangeBase control.
- Parameters:
value
- [0,30000]