Click or drag to resize

BcfNullableLinkedParameterSetupTTagCells Property

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

Gets or sets a value indicating whether parameter source cells should be tagged with the rules message.

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool TagCells { get; set; }

Property Value

Type: Boolean
true if cells will be tagged; otherwise, false.

Implements

IBcfLinkedParameterSetupTagCells
Remarks
The setting will be ignored if the parameter does not belongs to a BcfRule
See Also