isFormula property
bool
get
isFormula
returns true is the cellType is CellType.Formula
Implementation
bool get isFormula {
return _isFormula;
}
returns true is the cellType is CellType.Formula
bool get isFormula {
return _isFormula;
}