 | BcfCellLoad Method |
[This is preliminary documentation and is subject to change.]
Sets
Value using
cells value.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic void Load(
BcfCell cell,
bool pragmaticNull = false
)
Public Sub Load (
cell As BcfCell,
Optional pragmaticNull As Boolean = false
)
Parameters
- cell
- Type: CalculationWorks.BusinessModelBcfCell
The source cell. - pragmaticNull (Optional)
- Type: SystemBoolean
true to use default(T) as null-value on not nullable columns.
See Also