API Reference
Class
ExcelFormulaCellInfo
Formula metadata for a single worksheet cell.
Inheritance
- Object
- ExcelFormulaCellInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelFormulaInspection.Formulas
- Method ExcelSheet.GetFormulaCells
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String CellReference { get; } #A1 cell reference.
public String Formula { get; } #Formula text without forcing a leading equals sign.
public String CachedValue { get; } #Cached cell value, if present.
public Boolean HasCachedValue { get; } #True when a cached result is present.
public Boolean IsDirty { get; } #True when the formula is marked for recalculation.
public Boolean IsSupportedByOfficeIMO { get; } #True when OfficeIMO's lightweight evaluator can currently calculate this formula.
public String UnsupportedReason { get; } #Reason a formula is not supported by OfficeIMO's lightweight evaluator.