isError property
bool
get
isError
Whether this value is a cell error (e.g. #DIV/0!, #N/A).
Implementation
bool get isError => this is CellErrorValue;
Whether this value is a cell error (e.g. #DIV/0!, #N/A).
bool get isError => this is CellErrorValue;