Method Summary | ||
---|---|---|
method | addRange(ca) | |
Adds one influenced range by this setting. | ||
method | getCountOfRange() | |
Gets the count of ranges that influenced by this setting. | ||
method | getRange(index) | |
Gets the influenced range of this setting by given index. | ||
method | isErrorCheck(errorCheckType) | |
Checks whether given error type will be checked. | ||
method | removeRange(index) | |
Removes one range by given index. | ||
method | setErrorCheck(errorCheckType, isCheck) | |
Sets whether given error type will be checked. |
Method Detail |
---|
isErrorCheck | |
boolean isErrorCheck(errorCheckType) |
errorCheckType: int
- A setErrorCheck | |
setErrorCheck(errorCheckType, isCheck) |
errorCheckType: int
- A isCheck: boolean
- true if given error type needs to be checked(green triangle will be shown for cell if the check failed).getCountOfRange | |
int getCountOfRange() |
addRange | |
int addRange(ca) |
ca: CellArea
- the range to be added.getRange | |
CellArea getRange(index) |
index: int
- the index of rangeremoveRange | |
removeRange(index) |
index: int
- the index of the range to be removed.