isFormula property

bool isFormula

returns true is the cellType is CellType.Formula

Implementation

bool get isFormula {
  return _isFormula;
}