ErrorCheckOption Class
ErrorCheckOption class
Error check setting applied on certain ranges.
type ErrorCheckOption struct  {
	ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description | 
|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| IsErrorCheck | Checks whether given error type will be checked. | 
| SetErrorCheck | Sets whether given error type will be checked. | 
| GetCountOfRange | Gets the count of ranges that influenced by this setting. | 
| AddRange | Adds one influenced range by this setting. | 
| GetRange | Gets the influenced range of this setting by given index. | 
| RemoveRange | Removes one range by given index. |