java.lang.Objectcom.aspose.cells.ErrorCheckOption
public class ErrorCheckOption
Method Summary | ||
---|---|---|
int | addRange(CellArea ca) | |
Adds one influenced range by this setting. | ||
int | getCountOfRange() | |
Gets the count of ranges that influenced by this setting. | ||
CellArea | getRange(int index) | |
Gets the influenced range of this setting by given index. | ||
boolean | isErrorCheck(int errorCheckType) | |
Checks whether given error type will be checked. | ||
void | removeRange(int index) | |
Removes one range by given index. | ||
void | setErrorCheck(int errorCheckType, boolean isCheck) | |
Sets whether given error type will be checked. |
Method Detail |
---|
isErrorCheck | |
public boolean isErrorCheck(int errorCheckType) |
errorCheckType
- A setErrorCheck | |
public void setErrorCheck(int errorCheckType, boolean isCheck) |
errorCheckType
- A isCheck
- true if given error type needs to be checked.getCountOfRange | |
public int getCountOfRange() |
addRange | |
public int addRange(CellArea ca) |
ca
- the range to be added.getRange | |
public CellArea getRange(int index) |
index
- the index of rangeremoveRange | |
public void removeRange(int index) |
index
- the index of the range to be removed.