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.
|
boolean isErrorCheck(errorCheckType)
errorCheckType: int
- A 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).int getCountOfRange()
int addRange(ca)
ca: CellArea
- the range to be added.CellArea getRange(index)
index: int
- the index of rangeremoveRange(index)
index: int
- the index of the range to be removed.