Aspose::Cells::ErrorCheckOption::SetErrorCheck method
ErrorCheckOption::SetErrorCheck method
Sets whether given error type will be checked.
void Aspose::Cells::ErrorCheckOption::SetErrorCheck(ErrorCheckType errorCheckType, bool isCheck)
Parameter | Type | Description |
---|---|---|
errorCheckType | ErrorCheckType | error type can be checked. |
isCheck | bool | true if given error type needs to be checked(green triangle will be shown for cell if the check failed). |
See Also
- Class Vector
- Enum ErrorCheckType
- Class ErrorCheckOption
- Namespace Aspose::Cells
- Library Aspose.Cells for C++