set_error_check yöntemi
set_error_check(error_check_type, is_check)
Verilen hata tipinin kontrol edilip edilmeyeceğini ayarlar.
def set_error_check(self, error_check_type, is_check):
...
Parametre | Tip | Tanım |
---|---|---|
error_check_type | ErrorCheckType | hata tipi kontrol edilebilir. |
is_check | bool | true verilen hata türünün kontrol edilmesi gerekiyorsa (kontrol başarısız olursa hücre için yeşil üçgen gösterilecektir). |
Ayrıca bakınız
- modül aspose.cells
- sınıf ErrorCheckOption