error_string proprietà

error_string proprietà

Ottiene la stringa visualizzata nelle celle che contengono errori quando la proprietà DisplayErrorString è true. Il valore predefinito è una stringa vuota.

Definizione:

@property
def error_string(self):
    ...
@error_string.setter
def error_string(self, value):
    ...

Guarda anche