Click or drag to resize
CalculationWorks Logo
BcfColumnBehaviorSetter Property
Gets the column setter. Setters can be used to intercept and/or redirect writes on the BcfCell.Value property.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfColumnValueSetter Setter { get; }

Property Value

Type: BcfColumnValueSetter
The column setter.
See Also