Click or drag to resize

BcfFaultTaggedCells Property

[This is preliminary documentation and is subject to change.]

Gets an immutable array containing tagged cells.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public ImmutableArray<BcfCell> TaggedCells { get; }

Return Value

Type: ImmutableArrayBcfCell
An immutable array containing tagged cells.
Remarks
Only linked cells of parameters having "TagCells == true" can be tagged.
See Also