![]() | |
IBcfColumnValueConverter Interface |
Namespace: CalculationWorks.BusinessModel.Behaviors
The IBcfColumnValueConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConvertValue |
Converts the value.
|
To apply a IBcfColumnValueConverter instance to a BcfColumnBehavior add it to the BcfColumnSetup.BehaviorItems.
Only one IBcfColumnValueConverter instance per BcfColumnBehavior allowed.
Unlike setters, converters will also be used when default values are applied (before a row is added to a table) and when function return values are written into a cell.