 | 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
Syntaxpublic ImmutableArray<BcfCell> TaggedCells { get; }Public ReadOnly Property TaggedCells As ImmutableArray(Of BcfCell)
Get
Return Value
Type:
ImmutableArrayBcfCellAn immutable array containing tagged cells.
RemarksOnly linked cells of parameters having "TagCells == true" can be tagged.
See Also