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