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