BcfCellExtensions Methods |
The BcfCellExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AnyOutdated |
Gets a value indicating at least one cell is dedicated for recalculation. This method is significant faster than calling IsOutdated(Boolean)
for each single cell; especially using exact: .
| |
| Compute |
Computes specified cells if required (ComputePartial(IEnumerableBcfCell, IEnumerableBcfFaultId)).
| |
| GetValueT(BcfCell) | ||
| GetValueT(BcfCellT) |
Redirects to Value | |
| SetValueT(BcfCell, T) | ||
| SetValueT(BcfCellT, T) |
Redirects to Value = value.
| |
| ValueEqualsT(BcfCell, T, BcfValueComparisonMode, Boolean) |
Compares a specified value with the Value and returns the result.
| |
| ValueEqualsT(BcfCellT, T, BcfValueComparisonMode, Boolean) |
Redirects to ValueEquals(T, BcfValueComparisonMode, Boolean).
|