 | BcfFaultTaggedCells Property |
Gets an immutable array containing tagged cells.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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